buffertools
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
24631
165
0
11