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.6 to 0.0.7

app2.js

4

index.js

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

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