git ssb

0+

wanderer🌟 / js-dfinity-radix-tree



Commit 9e2c40485053fde8aca886b9e92447c51112f077

Merge pull request #4 from dfinity/greenkeeper/leb128-0.0.4

Update leb128 to the latest version 🚀
wanderer authored on 10/18/2017, 10:19:14 PM
GitHub committed on 10/18/2017, 10:19:14 PM
Parent: 5f264a8c4fc01818ddcc4f9e65ff71122d7935d0
Parent: 95570463a73ae6ddd010326b46ee335623e8b831

Files changed

package-lock.jsonchanged
package.jsonchanged
treeNode.jschanged
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 331371 bytes
New file size: 329617 bytes
package.jsonView
@@ -27,10 +27,11 @@
2727 "tape": "^4.6.3"
2828 },
2929 "dependencies": {
3030 "borc": "^2.0.2",
31 + "buffer-pipe": "0.0.0",
3132 "ipld-graph-builder": "^1.3.5",
32- "leb128": "0.0.3",
33 + "leb128": "0.0.4",
3334 "node-webcrypto-shim": "0.0.0",
3435 "safe-buffer": "^5.1.1",
3536 "text-encoding": "^0.6.4",
3637 "uint1array": "^1.0.5"
treeNode.jsView
@@ -1,7 +1,7 @@
11 const borc = require('borc')
22 const leb128 = require('leb128').unsigned
3-const LebStream = require('leb128/stream')
3 +const LebStream = require('buffer-pipe')
44 const Uint1Array = require('uint1array')
55 const HASH_LEN = 20
66
77 function toTypedArray (array) {

Built with git-ssb-web