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.5
to
1.0.6
+12
-0
history.md

@@ -0,2 +1,9 @@

## v1.0.6 / January 26, 2015
- Release v1.0.6 / npm@v1.0.6
- update links, because the transfer tunnckoCore -> hybridables
## v1.0.5 / January 22, 2015
- Release v1.0.5 / npm@v1.0.5
- fix version ranges

@@ -12,2 +19,3 @@ - fix api docs/docblocks

## v1.0.4 / January 21, 2015
- Release v1.0.4 / npm@v1.0.4
- make it **hybrid** (with hybrid api) using `hybridify`

@@ -18,5 +26,7 @@ - add more keywords

## v1.0.3 / December 21, 2014
- Release v1.0.3 / npm@v1.0.3
- fix badge`s heading
## v1.0.2 / December 21, 2014
- Release v1.0.2 / npm@v1.0.2
- istabul ignores, coverage

@@ -26,5 +36,7 @@ - switch to `native-or-another`, bump deps

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

@@ -31,0 +43,0 @@ - add lcov reporter, istanbul

+3
-3
{
"name": "exec-cmd",
"version": "1.0.5",
"version": "1.0.6",
"description": "Flexible and cross-platform executing commands. Hybrid. Async and Promise API.",

@@ -18,3 +18,3 @@ "scripts": {

"type": "git",
"url": "https://github.com/tunnckoCore/exec-cmd"
"url": "https://github.com/hybridables/exec-cmd"
},

@@ -54,3 +54,3 @@ "keywords": [

"type": "MIT",
"url": "https://github.com/tunnckoCore/exec-cmd/blob/master/license.md"
"url": "https://github.com/hybridables/exec-cmd/blob/master/license.md"
},

@@ -57,0 +57,0 @@ "dependencies": {

+11
-11

@@ -50,3 +50,3 @@ ## [![npm versi][npmjs-img]][npmjs-url] [![mit license][license-img]][license-url] [![build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![deps status][daviddm-img]][daviddm-url]

## API
### [.execCmd](./index.js#L43)
### [execCmd](./index.js#L43)
> Hybrid execute command via spawn

@@ -97,13 +97,13 @@

[coveralls-url]: https://coveralls.io/r/tunnckoCore/exec-cmd?branch=master
[coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/exec-cmd.svg?style=flat
[coveralls-url]: https://coveralls.io/r/hybridables/exec-cmd?branch=master
[coveralls-img]: https://img.shields.io/coveralls/hybridables/exec-cmd.svg?style=flat
[license-url]: https://github.com/tunnckoCore/exec-cmd/blob/master/license.md
[license-url]: https://github.com/hybridables/exec-cmd/blob/master/license.md
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
[travis-url]: https://travis-ci.org/tunnckoCore/exec-cmd
[travis-img]: https://img.shields.io/travis/tunnckoCore/exec-cmd.svg?style=flat
[travis-url]: https://travis-ci.org/hybridables/exec-cmd
[travis-img]: https://img.shields.io/travis/hybridables/exec-cmd.svg?style=flat
[daviddm-url]: https://david-dm.org/tunnckoCore/exec-cmd
[daviddm-img]: https://img.shields.io/david/tunnckoCore/exec-cmd.svg?style=flat
[daviddm-url]: https://david-dm.org/hybridables/exec-cmd
[daviddm-img]: https://img.shields.io/david/hybridables/exec-cmd.svg?style=flat

@@ -116,9 +116,9 @@ [author-gratipay]: https://gratipay.com/tunnckoCore

[contrib-more]: http://j.mp/1stW47C
[contrib-graf]: https://github.com/tunnckoCore/exec-cmd/graphs/contributors
[contrib-graf]: https://github.com/hybridables/exec-cmd/graphs/contributors
***
_Powered and automated by [kdf](https://github.com/tunnckoCore), January 22, 2015_
_Powered and automated by [kdf](https://github.com/tunnckoCore), January 26, 2015_
[hybridify]: https://github.com/tunnckoCore/hybridify
[hybridify]: https://github.com/hybridables/hybridify