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

buffertools

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buffertools - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

build/.wafpickle-7

2

package.json
{
"name": "buffertools",
"main": "build/default/buffertools",
"version": "1.0.0",
"version": "1.0.1",
"keywords": ["buffer", "buffers"],

@@ -6,0 +6,0 @@ "description": "Working with node.js buffers made easy.",

@@ -61,2 +61,10 @@ buffertools = require('buffertools');

// https://github.com/bnoordhuis/node-buffertools/pull/9
b = new Buffer(4);
b[0] = 0x98;
b[1] = 0x95;
b[2] = 0x60;
b[3] = 0x2f;
assert.equal('9895602f', b.toHex());
assert.equal('', buffertools.concat());

@@ -63,0 +71,0 @@ assert.equal('', buffertools.concat(''));

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