concurrent
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,12 +0,2 @@ | ||
/** | ||
* Promises states according to the A+ Specification | ||
* | ||
* @readOnly | ||
* @enum {Number} | ||
*/ | ||
var State = { | ||
PENDING: "pending", | ||
FULFILLED: "fulfilled", | ||
REJECTED: "rejected" | ||
}; | ||
var State = require('./state'); | ||
@@ -13,0 +3,0 @@ /** |
{ | ||
"name": "concurrent", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Promises/A+ with Scala awesomeness", | ||
@@ -27,4 +27,6 @@ "main": "index.js", | ||
"promises-aplus-tests": "*", | ||
"mocha": "~1.12.0" | ||
"mocha": "~1.12.0", | ||
"chai": "~1.7.2", | ||
"chai-spies": "~0.5.1" | ||
} | ||
} |
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
19533
11
598
4
1