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

buffertools

Package Overview
Dependencies
Maintainers
1
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.6 to 1.0.7

2

package.json
{
"name": "buffertools",
"main": "buffertools",
"version": "1.0.6",
"version": "1.0.7",
"keywords": ["buffer", "buffers"],

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

@@ -56,2 +56,4 @@ buffertools = require('./buffertools');

assert.equal(7, b.indexOf('w'));
assert.equal(0, b.indexOf('Hello, world!'));
assert.equal(-1, b.indexOf('Hello, world!1'));

@@ -58,0 +60,0 @@ b = new Buffer("\t \r\n");

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