New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

socketcan

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socketcan - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

build/c4che/build.config.py

2

can.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc