New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

crc32c

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crc32c - npm Package Compare versions

Comparing version 0.5.1 to 0.6.0

HISTORY.md

5

package.json
{
"name": "crc32c",
"version": "0.5.1",
"version": "0.6.0",
"description": "CRC32C C implementation for Linux. Supports strings, String Objects and Buffers!",

@@ -15,3 +15,3 @@ "keywords": [

"dependencies": {
"nan": "1.2.x"
"nan": "^1.8"
},

@@ -34,2 +34,3 @@ "devDependencies": {

"README.md",
"HISTORY.md",
"src",

@@ -36,0 +37,0 @@ "test",

6

test/test.js

@@ -32,7 +32,7 @@ 'use strict';

1796588439, // TEST_STRING_1024 :
-239795962, // TEST_STRING_2048
4055171334, // TEST_STRING_2048
1796588439, // TEST_BUFFER_1024
-239795962, // TEST_BUFFER_2048
4055171334, // TEST_BUFFER_2048
1796588439, // TEST_STRING_OBJECT_1024
-239795962, // TEST_STRING_OBJECT_2048
4055171334, // TEST_STRING_OBJECT_2048
786278885, // TEST_INTEGER_1

@@ -39,0 +39,0 @@ 386556866, // TEST_INTEGER_2

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc