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

alltheversions

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

alltheversions - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

dist/concat.js
"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"
}
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