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

can

Package Overview
Dependencies
Maintainers
2
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5-pre

warning.js

46

package.json

@@ -8,3 +8,3 @@ {

"description": "A SocketCAN abstraction layer for NodeJS.",
"version": "1.2.4",
"version": "1.2.5-pre",
"repository": {

@@ -14,8 +14,42 @@ "type": "git",

},
"scripts" : {
"preinstall" : "node-gyp configure && node-gyp build",
"preuninstall" : "rm -rf build/*"
"scripts": {
"preinstall": "node-gyp configure && node-gyp build",
"preuninstall": "rm -rf build/*",
"postinstall": "node warning.js"
},
"dependencies": { "xml2js": ">=0.2.0" },
"main": "can.js"
"dependencies": {
"xml2js": ">=0.2.0"
},
"main": "can.js",
"gitHead": "711dc757f136fa670e881bdddc81c9711a028136",
"bugs": {
"url": "https://github.com/sebi2k1/node-can/issues"
},
"homepage": "https://github.com/sebi2k1/node-can",
"_id": "can@1.2.4",
"_shasum": "ac5c3acb5c2abc4ad8656ba579feb97a872cfbcf",
"_from": "can@1.2.4",
"_npmVersion": "2.1.14",
"_nodeVersion": "0.10.35",
"_npmUser": {
"name": "sebi2k1",
"email": "sebastian@sebastianhaas.info"
},
"maintainers": [
{
"name": "sebi2k1",
"email": "sebastian@sebastianhaas.info"
},
{
"name": "justinbmeyer",
"email": "justin@bitovi.com"
}
],
"dist": {
"shasum": "ac5c3acb5c2abc4ad8656ba579feb97a872cfbcf",
"tarball": "http://registry.npmjs.org/can/-/can-1.2.4.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/can/-/can-1.2.4.tgz",
"readme": "ERROR: No README data found!"
}
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