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

node-nfcpy-id

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-nfcpy-id - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

imp.js

19

index.js

@@ -26,2 +26,12 @@ 'use strict';

['SIGHUP', 'SIGINT', 'exit'].forEach((event) => {
process.on(event, () => {
if (this._firstLaunch) {
this._exiting = true;
this.sendSignal('SIGHUP');
console.log("aaaaaa");
}
});
});
return this;

@@ -57,11 +67,2 @@ }

});
['SIGHUP', 'SIGINT', 'exit'].forEach((event) => {
process.on(event, () => {
if (!this._exiting) {
this._exiting = true;
this.sendSignal('SIGHUP');
}
});
});
}

@@ -68,0 +69,0 @@

{
"name": "node-nfcpy-id",
"version": "0.0.4",
"version": "0.0.5",
"description": "Read the ID of an NFC Tag with nfcpy",

@@ -23,3 +23,7 @@ "main": "index.js",

"python-shell": "^0.4.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1"
}
}
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