Comparing version 0.5.1 to 0.6.0
{ | ||
"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", |
@@ -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
29919
18