Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

buffer-crc32

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buffer-crc32 - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.travis.yml

4

index.js

@@ -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": {

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