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

is-child-process

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-child-process - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

5

CHANGELOG.md
## 1.0.1 - 2016-03-20
- Release v1.0.1 / npm@v1.0.1
- use `pre-commit`
- force bump `isarray@1`
## 1.0.0 - 2015-09-09

@@ -4,0 +9,0 @@ - Release v1.0.0 / npm@v1.0.0

10

package.json
{
"name": "is-child-process",
"version": "1.0.0",
"version": "1.0.1",
"description": "Checks whether a value is child process result, which in case is more specific Node.js EventEmitter. Browserify-ready.",
"repository": "tunnckoCore/is-child-process",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",

@@ -14,7 +15,8 @@ "license": "MIT",

"is-node-emitter": "^1.0.2",
"isarray": "0.0.1"
"isarray": "^1.0.0"
},
"devDependencies": {
"assertit": "^0.1.0",
"dush": "^1.3.0"
"dush": "^1.3.0",
"pre-commit": "^1.1.2"
},

@@ -43,2 +45,2 @@ "files": [

]
}
}
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