Comparing version 1.1.2 to 1.1.3
# History | ||
## 1.1.3 (2015-11-09) | ||
* Support Node.js 5.x | ||
* Update dependencies | ||
## 1.1.2 (2015-09-09) | ||
* Support Node.js 4.0 | ||
* Support Node.js 4.x | ||
@@ -8,0 +13,0 @@ ## 1.1.1 (2015-09-08) |
{ | ||
"name": "hasbin", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
@@ -22,6 +22,6 @@ "description": "Check whether a binary exists in the PATH environment variable", | ||
"engines": { | ||
"node": ">=0.10 <=4" | ||
"node": ">=0.10 <=5" | ||
}, | ||
"dependencies": { | ||
"async": "~1.4" | ||
"async": "~1.5" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
@@ -10,2 +10,3 @@ | ||
[![Build status][shield-build]][info-build] | ||
[![Code coverage][shield-coverage]][info-coverage] | ||
[![Dependencies][shield-dependencies]][info-dependencies] | ||
@@ -177,2 +178,3 @@ [![MIT licensed][shield-license]][info-license] | ||
[npm]: https://npmjs.org/ | ||
[info-coverage]: https://coveralls.io/github/nature/hasbin | ||
[info-dependencies]: https://gemnasium.com/nature/hasbin | ||
@@ -183,6 +185,7 @@ [info-license]: LICENSE | ||
[info-build]: https://travis-ci.org/nature/hasbin | ||
[shield-coverage]: https://img.shields.io/coveralls/nature/hasbin.svg | ||
[shield-dependencies]: https://img.shields.io/gemnasium/nature/hasbin.svg | ||
[shield-license]: https://img.shields.io/badge/license-MIT-blue.svg | ||
[shield-node]: https://img.shields.io/badge/node.js%20support-0.10–4.0-brightgreen.svg | ||
[shield-node]: https://img.shields.io/badge/node.js%20support-0.10–5-brightgreen.svg | ||
[shield-npm]: https://img.shields.io/npm/v/hasbin.svg | ||
[shield-build]: https://img.shields.io/travis/nature/hasbin/master.svg |
Sorry, the diff of this file is not supported yet
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
22239
189
+ Addedasync@1.5.2(transitive)
- Removedasync@1.4.2(transitive)
Updatedasync@~1.5