buffertools
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -1,2 +0,2 @@ | ||
buffertools = require('./buffertools.node'); | ||
buffertools = require('./build/default/buffertools.node'); | ||
SlowBuffer = require('buffer').SlowBuffer; | ||
@@ -3,0 +3,0 @@ Buffer = require('buffer').Buffer; |
{ | ||
"name": "buffertools", | ||
"main": "build/default/buffertools", | ||
"version": "1.0.2", | ||
"main": "buffertools", | ||
"version": "1.0.3", | ||
"keywords": ["buffer", "buffers"], | ||
@@ -14,4 +14,3 @@ "description": "Working with node.js buffers made easy.", | ||
"scripts": { | ||
"preinstall": "node-waf configure", | ||
"install": "node-waf build install" | ||
"preinstall": "node-waf configure build" | ||
}, | ||
@@ -18,0 +17,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
buffertools = require('buffertools'); | ||
buffertools = require('./buffertools'); | ||
Buffer = require('buffer').Buffer; | ||
@@ -3,0 +3,0 @@ assert = require('assert'); |
Sorry, the diff of this file is not supported yet
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 2 instances in 1 package
2
23783
8