is-child-process
Advanced tools
Comparing version 1.0.0 to 1.0.1
## 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 |
{ | ||
"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": [ | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7235
3
- Removedisarray@0.0.1(transitive)
Updatedisarray@^1.0.0