bencode-js
bencode-js copied to clipboard
JavaScript solution for encoding and decoding the Bencoding format
Results
3
bencode-js issues
Sort by
recently updated
recently updated
newest added
# Bug https://github.com/benjreinhart/bencode-js/blob/3ca25e431354850d59fa820ef6b27f5fa93dd458/src/encode.coffee#L9-L10 ```Javascript keys = (key for own key of object).sort() ``` This is **not** the correct way of sorting dictionary entries. The encoder is producing specification-**incompliant** octets that’ll...
Large integer fix in #9 #10 is not included in current build: https://github.com/benjreinhart/bencode-js/blob/master/bencode.js#L153