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

hasbin

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hasbin - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

7

HISTORY.md
# 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)

6

package.json
{
"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

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