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

kexec

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kexec - npm Package Compare versions

Comparing version 1.3.0 to 2.0.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

2.0.0 / 2015-11-24
------------------
- removed `node-gyp` dep. In case this breaks anything, bumped major. See: https://github.com/jprichardson/node-kexec/pull/24
1.3.0 / 2015-10-20

@@ -2,0 +6,0 @@ ------------------

8

package.json
{
"name": "kexec",
"version": "1.3.0",
"version": "2.0.0",
"description": "Replace your Node.js process with another process. Like Ruby exec.",

@@ -22,11 +22,5 @@ "homepage": "https://github.com/jprichardson/node-kexec",

},
"scripts": {
"install": "node-gyp configure build"
},
"devDependencies": {
"mocha": "^2.3.3"
},
"dependencies": {
"node-gyp": "^3.0.3"
}
}
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