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.2.1 to 1.2.2

16

package.json

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

"description": "A SocketCAN abstraction layer for NodeJS.",
"version": "1.2.1",
"version": "1.2.2",
"repository": {

@@ -15,3 +15,3 @@ "type": "git",

"scripts": {
"preinstall": "node-waf configure && node-waf build",
"preinstall": "node-gyp configure && node-gyp build",
"preuninstall": "rm -rf build/*"

@@ -23,6 +23,6 @@ },

"main": "can.js",
"_id": "can@1.2.1",
"_id": "can@1.2.2",
"dist": {
"shasum": "b97562d9d7539f0ca2465c646976691e9877d8a6",
"tarball": "http://registry.npmjs.org/can/-/can-1.2.1.tgz"
"shasum": "bbed7295d8766680049256905e9afc1ac31879d7",
"tarball": "http://registry.npmjs.org/can/-/can-1.2.2.tgz"
},

@@ -41,5 +41,5 @@ "_npmVersion": "1.1.69",

"directories": {},
"_shasum": "b97562d9d7539f0ca2465c646976691e9877d8a6",
"_resolved": "https://registry.npmjs.org/can/-/can-1.2.1.tgz",
"_from": "can@1.2.1"
"_shasum": "bbed7295d8766680049256905e9afc1ac31879d7",
"_resolved": "https://registry.npmjs.org/can/-/can-1.2.2.tgz",
"_from": "can@1.2.2"
}

@@ -58,3 +58,3 @@ node-can

node-waf clean && node-waf configure build
node-gyp configure && node-gyp build

@@ -61,0 +61,0 @@ 2. Install via npm:

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