buffer-crc32
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -78,8 +78,8 @@ var Buffer = require('buffer').Buffer; | ||
crc32.signed = function () { | ||
return _crc32.apply(null, arguments) | ||
return _crc32.apply(null, arguments); | ||
}; | ||
crc32.unsigned = function () { | ||
return crc32.apply(null, arguments).readUInt32BE(0); | ||
} | ||
}; | ||
module.exports = crc32; |
{ | ||
"author": "Brian J. Brennan <brianloveswords@gmail.com> (http://bjb.io)", | ||
"name": "buffer-crc32", | ||
"description": "A CRC32 algorithm that works with buffers and is cool with unicode.", | ||
"version": "0.1.0", | ||
"description": "A pure javascript CRC32 algorithm that plays nice with binary data", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/brianloveswords/buffer-crc32", | ||
@@ -13,6 +13,8 @@ "repository": { | ||
"scripts": { | ||
"test": "tap tests/*.test.js" | ||
"test": "./node_modules/.bin/tap tests/*.test.js" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": {}, | ||
"devDependencies": { | ||
"tap": "~0.2.5" | ||
}, | ||
"optionalDependencies": {}, | ||
@@ -19,0 +21,0 @@ "engines": { |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
6924
6
0
34
1