Socket
Socket
Sign inDemoInstall

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.0.0 to 1.1.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

1.1.0 / 20145-01-20
------------------
- dropped `node-gyp` for `pangyp`
- `io.js` support https://github.com/jprichardson/node-kexec/issues/13
1.0.0 / 2014-12-29

@@ -2,0 +7,0 @@ ------------------

11

package.json
{
"name": "kexec",
"version": "1.0.0",
"version": "1.1.0",
"description": "Replace your Node.js process with another process. Like Ruby exec.",
"homepage": [
"https://github.com/jprichardson/node-kexec"
],
"homepage": "https://github.com/jprichardson/node-kexec",
"repository": {

@@ -29,8 +27,9 @@ "type": "git",

"scripts": {
"install": "node-gyp configure build"
"install": "pangyp configure build"
},
"devDependencies": {
"mocha": "*"
"mocha": "^2.1.0",
"pangyp": "^2.0.1"
},
"dependencies": {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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