Socket
Socket
Sign inDemoInstall

limited-request-queue

Package Overview
Dependencies
3
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

20

package.json
{
"name": "limited-request-queue",
"description": "Interactively manage concurrency for outgoing requests.",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -21,14 +21,14 @@ "homepage": "https://github.com/stevenvachon/limited-request-queue",

"dependencies": {
"is-browser": "^2.0.1",
"object-assign": "^3.0.0",
"is-browser": "^2.0.1",
"object-assign": "^4.0.1",
"parse-domain": "~0.1.2"
},
"devDependencies": {
"browserify": "^10.2.4",
"chai": "^3.0.0",
"mocha": "^2.2.5",
"mocha-phantomjs": "^3.5.3",
"phantomjs": "^1.9.17",
"uglify-js": "^2.4.23",
"url-parse": "^1.0.1"
"browserify": "^11.2.0",
"chai": "^3.3.0",
"mocha": "^2.3.3",
"mocha-phantomjs": "4.0.1",
"phantomjs": "1.9.18",
"uglify-js": "^2.5.0",
"url-parse": "^1.0.4"
},

@@ -35,0 +35,0 @@ "engines": {

@@ -37,3 +37,3 @@ # limited-request-queue [![NPM Version][npm-image]][npm-url] [![Bower Version][bower-image]][bower-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][david-image]][david-url]

[Node.js](http://nodejs.org/) `~0.10` is required. To install, type this at the command line:
[Node.js](http://nodejs.org/) `>= 0.10` is required. To install, type this at the command line:
```shell

@@ -40,0 +40,0 @@ npm install limited-request-queue --save-dev

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc