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); } |
@@ -5,3 +5,3 @@ { | ||
"description": "A SocketCAN abstraction layer for NodeJS.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
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
664972
10
76
2