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

node-helper-utilities

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-helper-utilities - npm Package Compare versions

Comparing version 2.1.1 to 3.0.0

package-lock.json

13

History.md
3.0.0 / 2017-10-08
==================
* fix build versions, drop legacy node version
* deps: update and upgrade dependencies
* deps: update to latest
* update packages
* use codecov for coverage
* update dev deps
* update npm packages
* deps: update to latest
* run travis against all builds
2.1.1 / 2016-02-01

@@ -3,0 +16,0 @@ ==================

16

package.json
{
"name": "node-helper-utilities",
"version": "2.1.1",
"version": "3.0.0",
"description": "Generic helper utilities",

@@ -20,12 +20,12 @@ "main": "index.js",

"devDependencies": {
"chai": "^3.4.1",
"istanbul": "^0.4.0",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"sinon": "^2.1.0"
},
"dependencies": {
"any-promise": "^1.0.0",
"bcrypt": "^0.8.4",
"bluebird": "^3.0.5"
"any-promise": "^1.3.0",
"bcrypt": "^1.0.3",
"bluebird": "^3.5.1"
}
}

@@ -230,10 +230,2 @@ node-helper-utilities

TravisCI build is tested against:
- `0.10`
- `0.11`
- `0.12`
- `1.x`
- `2.x`
- `3.x`
- `4.x`
TravisCI build is tested against all versions `>= 4.x`
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