Skip to content

Commit ef17016

Browse files
committed
Add license scan report and status
Signed-off-by: fossabot <[email protected]>
1 parent 43124bd commit ef17016

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![npm](https://img.shields.io/npm/v/bencode.svg?style=flat-square)](https://npmjs.com/bencode)
33
[![npm downloads](https://img.shields.io/npm/dm/bencode.svg?style=flat-square)](https://npmjs.com/bencode)
44
[![build status](https://img.shields.io/travis/themasch/node-bencode/master.svg?style=flat-square)](https://travis-ci.org/themasch/node-bencode)
5+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fthemasch%2Fnode-bencode.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fthemasch%2Fnode-bencode?ref=badge_shield)
56

67
A node library for encoding and decoding bencoded data,
78
according to the [BitTorrent specification](http://www.bittorrent.org/beps/bep_0003.html).
@@ -135,3 +136,7 @@ Returns `Object` | `Array` | `Buffer` | `String` | `Number`
135136
### bencode.byteLength( *value* ) or bencode.encodingLength( *value* )
136137

137138
> `Buffer` | `Array` | `String` | `Object` | `Number` | `Boolean` __value__
139+
140+
141+
## License
142+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fthemasch%2Fnode-bencode.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fthemasch%2Fnode-bencode?ref=badge_large)

0 commit comments

Comments
 (0)