buffertools
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
389896
16
205
3