node-nfcpy-id
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -24,4 +24,4 @@ const EventEmitter = require('events').EventEmitter; | ||
['SIGHUP', 'SIGINT', 'exit'].forEach((event) => { | ||
process.on(event, () => { | ||
['SIGHUP', 'SIGINT', 'SIGTERM', 'exit'].forEach((event) => { | ||
process.once(event, () => { | ||
if (this._firstLaunch) { | ||
@@ -28,0 +28,0 @@ this._exiting = true; |
{ | ||
"name": "node-nfcpy-id", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Read the ID of an NFC Tag with nfcpy", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
8861
8
177
0