New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

exec-cmd

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exec-cmd - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+3
-0
history.md

@@ -0,1 +1,4 @@

## v1.0.1 / December 20, 2014
- fix test `fail on error code != 0` failing on travis
## v1.0.0 / December 20, 2014

@@ -2,0 +5,0 @@ - remove Makefile

+1
-1
{
"name": "exec-cmd",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple, fast and cross-platform executing commands (with child_process spawn) using Bluebird or Native Promise",

@@ -5,0 +5,0 @@ "scripts": {

@@ -104,3 +104,3 @@ /**

strictEqual(stderr.name, 'CommandError');
strictEqual(stderr.status, 1);
notStrictEqual(stderr, '');
done();

@@ -107,0 +107,0 @@ });