@chainsafe/snappy-stream
Advanced tools
+1
-3
@@ -7,7 +7,5 @@ var crc32c = require('fast-crc32c').calculate | ||
| // don't assert the size, since we're only interested in the parts that | ||
| // are within the UInt32LE-size | ||
| buffer.writeUInt32LE((((x >> 15) | (x << 17)) + 0xa282ead8), 0, true) | ||
| buffer.writeUInt32LE(((((x >> 15) | (x << 17)) + 0xa282ead8)) >>> 0, 0, true) | ||
| return buffer | ||
| } |
+1
-1
| { | ||
| "name": "@chainsafe/snappy-stream", | ||
| "version": "4.1.0", | ||
| "version": "4.2.0", | ||
| "description": "Compress data over a Stream using the snappy framing format", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
22247
-0.48%469
-0.42%