Comparing version 1.0.1 to 1.0.2
@@ -28,2 +28,2 @@ /* Copyright Sebastian Haas <sebastian@sebastianhaas.info>. All rights reserved. | ||
// Exports | ||
exports.createRawChannel = function(channel) { return new can.RawChannel(channel); } | ||
exports.createRawChannel = function(channel, timestamps) { return new can.RawChannel(channel, timestamps); } |
@@ -8,3 +8,3 @@ { | ||
"description": "A SocketCAN abstraction layer for NodeJS.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"repository": { | ||
@@ -20,2 +20,11 @@ "type": "git", | ||
"devDependencies": {}, | ||
"scripts": { | ||
"install": "node-waf clean ; node-waf configure build" | ||
}, | ||
"_id": "can@1.0.2", | ||
"dist": { | ||
"shasum": "b374c1ec538dc11aafa44b07f1cbe6e56c2857b8", | ||
"tarball": "http://registry.npmjs.org/can/-/can-1.0.2.tgz" | ||
}, | ||
"_npmVersion": "1.1.65", | ||
"_npmUser": { | ||
@@ -25,14 +34,2 @@ "name": "sebi2k1", | ||
}, | ||
"_id": "can@1.0.1", | ||
"scripts": { | ||
"preinstall": "node-waf clean || (exit 0); node-waf configure build" | ||
}, | ||
"_engineSupported": true, | ||
"_npmVersion": "1.1.0-beta-4", | ||
"_nodeVersion": "v0.6.6", | ||
"_defaultsLoaded": true, | ||
"dist": { | ||
"shasum": "8a352e8f1282ad58adde21232061277d8a24111a", | ||
"tarball": "http://registry.npmjs.org/can/-/can-1.0.1.tgz" | ||
}, | ||
"maintainers": [ | ||
@@ -45,5 +42,5 @@ { | ||
"directories": {}, | ||
"_shasum": "8a352e8f1282ad58adde21232061277d8a24111a", | ||
"_resolved": "https://registry.npmjs.org/can/-/can-1.0.1.tgz", | ||
"_from": "can@1.0.1" | ||
"_shasum": "b374c1ec538dc11aafa44b07f1cbe6e56c2857b8", | ||
"_resolved": "https://registry.npmjs.org/can/-/can-1.0.2.tgz", | ||
"_from": "can@1.0.2" | ||
} |
Sorry, the diff of this file is not supported yet
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
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
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
665638
10
76
2