promise-util
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,6 @@ # Version 1.0.0 2015-02-01 | ||
* Use Mocha for tests | ||
* Removed spawn, until generators are supported | ||
* Removed spawn, until generators are supported | ||
# Version 1.0.1 2015-06-15 | ||
* Updated test dependencies |
@@ -1,19 +0,19 @@ | ||
{ | ||
"name" : "promise-util", | ||
"description": "Utility functions for working with Promises in Node", | ||
"version": "1.0.0", | ||
"license": "ISC", | ||
"author": "Daniel Lewis", | ||
"repository": "git://github.com/mrdaniellewis/node-promise-utilities.git", | ||
"dependencies": { | ||
"promise-polyfill": "^1.1.2" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^2.1.0", | ||
"expect": "^1.5.0", | ||
"memwatch": "^0.2.2" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
} | ||
} | ||
{ | ||
"name": "promise-util", | ||
"description": "Utility functions for working with Promises in Node", | ||
"version": "1.0.1", | ||
"license": "ISC", | ||
"author": "Daniel Lewis", | ||
"repository": "git://github.com/mrdaniellewis/node-promise-utilities.git", | ||
"dependencies": { | ||
"promise-polyfill": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"mocha": "*", | ||
"expect": "*", | ||
"memwatch-next": "*" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
} | ||
} |
@@ -6,3 +6,3 @@ /* jshint node:true, mocha: true */ | ||
var Queue = require('../../').Queue; | ||
var memwatch = require('memwatch'); | ||
var memwatch = require('memwatch-next'); | ||
var util = require('util'); | ||
@@ -17,3 +17,3 @@ | ||
var maxLength = 100000//1000000; | ||
var maxLength = 100000; | ||
var started = false; | ||
@@ -20,0 +20,0 @@ var collection = [0]; |
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
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
31937
0
+ Addedpromise-polyfill@2.1.4(transitive)
- Removedpromise-polyfill@1.1.6(transitive)
Updatedpromise-polyfill@^2.0.2