node-helper-utilities
Advanced tools
Comparing version 2.1.0 to 2.1.1
2.1.1 / 2016-02-01 | ||
================== | ||
* remove unused package from deps | ||
* swap native-or-bluebird to use any-promise. closes #1 | ||
* license: bump year | ||
* deps: bump to latest | ||
* build: bump dependencies version | ||
* deps: bump version | ||
* code: remove slice | ||
2.1.0 / 2015-10-16 | ||
@@ -3,0 +14,0 @@ ================== |
'use strict'; | ||
var Promise = require('native-or-bluebird'); | ||
var Promise = require('any-promise'); | ||
var bcrypt = require('bcrypt'); | ||
@@ -9,3 +9,2 @@ var crypto = require('crypto'); | ||
var cluster = require('cluster'); | ||
var slice = Array.prototype.slice; | ||
@@ -12,0 +11,0 @@ function clean(obj) { |
{ | ||
"name": "node-helper-utilities", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Generic helper utilities", | ||
@@ -20,12 +20,12 @@ "main": "index.js", | ||
"devDependencies": { | ||
"chai": "^3.2.0", | ||
"istanbul": "^0.3.14", | ||
"mocha": "^2.3.3", | ||
"sinon": "^1.14.1" | ||
"chai": "^3.4.1", | ||
"istanbul": "^0.4.0", | ||
"mocha": "^2.3.4", | ||
"sinon": "^1.17.2" | ||
}, | ||
"dependencies": { | ||
"any-promise": "^1.0.0", | ||
"bcrypt": "^0.8.4", | ||
"bluebird": "^2.9.34", | ||
"native-or-bluebird": "^1.2.0" | ||
"bluebird": "^3.0.5" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14431
6
187
+ Addedany-promise@^1.0.0
+ Addedany-promise@1.3.0(transitive)
+ Addedbluebird@3.7.2(transitive)
- Removednative-or-bluebird@^1.2.0
- Removedbluebird@2.11.0(transitive)
- Removednative-or-bluebird@1.2.0(transitive)
Updatedbluebird@^3.0.5