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

promise-queue

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promise-queue - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

4

lib/index.js
/* global define, Promise */
(function (root, factory) {
'use strict';
if (typeof exports === 'object') {
if (typeof module === 'object' && module.exports && typeof require === 'function') {
// CommonJS
module.exports = factory();
} else if (typeof define === 'function' && define.amd) {
} else if (typeof define === 'function' && typeof define.amd === 'object') {
// AMD. Register as an anonymous module.

@@ -9,0 +9,0 @@ define(factory);

{
"author" : "Mikhail Davydov <i@azproduction.ru>",
"description" : "Promise-based queue",
"name" : "promise-queue",
"version" : "2.1.1",
"contributors" : [
{
"name": "Mikhail Davydov",
"email": "i@azproduction.ru"
}
],
"repository": {
"type": "git",
"url": "git://github.com/azproduction/promise-queue.git"
},
"engines" : {
"node": ">= 0.8.0"
},
"devDependencies" : {
"jshint": "2.1.3",
"mocha": "1.11.0",
"jscs": "1.0.0",
"istanbul": "0.1.39",
"chai": "*",
"sinon": "*",
"vow": "0.4.1",
"sinon-chai": "*",
"mocha-istanbul": "*",
"coveralls": "*"
},
"scripts": {
"test" : "make validate",
"lint": "make lint",
"coverage": "make coverage",
"clean": "make clean"
"author": "Mikhail Davydov <i@azproduction.ru>",
"description": "Promise-based queue",
"name": "promise-queue",
"version": "2.1.2",
"contributors": [
{
"name": "Mikhail Davydov",
"email": "i@azproduction.ru"
}
],
"repository": {
"type": "git",
"url": "git://github.com/azproduction/promise-queue.git"
},
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"jshint": "2.1.3",
"mocha": "1.11.0",
"jscs": "1.0.0",
"istanbul": "0.1.39",
"chai": "*",
"sinon": "*",
"vow": "0.4.1",
"sinon-chai": "*",
"mocha-istanbul": "*",
"coveralls": "*"
},
"scripts": {
"test": "make validate",
"lint": "make lint",
"coverage": "make coverage",
"clean": "make clean"
}
}
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