alltheversions
Advanced tools
Comparing version 1.0.5 to 1.0.6
"use strict"; | ||
var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; }; | ||
var Promise = _interopRequire(require("bluebird")); | ||
module.exports = function (stream, fn) { | ||
@@ -4,0 +8,0 @@ return new Promise(function (resolve, reject) { |
@@ -0,5 +1,10 @@ | ||
"use strict"; | ||
var _interopRequire = function (obj) { return obj && obj.__esModule ? obj["default"] : obj; }; | ||
var Promise = _interopRequire(require("bluebird")); | ||
// | ||
// This is used to run a list of promises in serial, *not* parallel | ||
// | ||
"use strict"; | ||
@@ -6,0 +11,0 @@ module.exports = function (items, fn) { |
{ | ||
"name": "alltheversions", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Run your tests against ALL THE VERSIONS!", | ||
@@ -29,3 +29,14 @@ "author": "Stephen Belanger <admin@stephenbelanger.com>", | ||
"should": "~5.2.0" | ||
} | ||
}, | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Qard/alltheversions.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/Qard/alltheversions/issues" | ||
}, | ||
"homepage": "https://github.com/Qard/alltheversions" | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
16810
493
1
0
2