🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@chainsafe/snappy-stream

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/snappy-stream - npm Package Compare versions

Comparing version
4.1.0
to
4.2.0
+1
-3
lib/checksum.js

@@ -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
}
{
"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",