Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nxmix/pid-file

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxmix/pid-file - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

3

lib/index.js

@@ -24,6 +24,7 @@ var PIDFILE, ctx, fs, os, path;

if (ctx.deleteOnExit === true) {
return process.on('exit', function() {
process.on('exit', function() {
return PIDFILE.delete();
});
}
return ctx.path;
},

@@ -30,0 +31,0 @@ path: function(filename, local) {

{
"name": "@nxmix/pid-file",
"version": "0.3.3",
"version": "0.3.4",
"description": "create pid file",

@@ -5,0 +5,0 @@ "main": "lib",

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