Socket
Socket
Sign inDemoInstall

limited-request-queue

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

limited-request-queue - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

1

lib/getHostKey.js

@@ -8,3 +8,2 @@ "use strict";

if (isBrowser === true)

@@ -11,0 +10,0 @@ {

{
"name": "limited-request-queue",
"description": "Interactively manage concurrency for outbound requests.",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",

@@ -31,3 +31,2 @@ "homepage": "https://github.com/stevenvachon/limited-request-queue",

"mocha-phantomjs": "4.1.0",
"napa": "^2.3.0",
"object.assign": "^4.0.4",

@@ -37,5 +36,2 @@ "phantomjs-prebuilt": "^2.1.11",

},
"napa": {
"url-polyfill": "git+https://github.com/annevk/url.git"
},
"engines": {

@@ -46,3 +42,2 @@ "node": ">= 4"

"browserify": "browserify lib/ --standalone RequestQueue | uglifyjs --compress --mangle -o browser/requestqueue.js",
"install": "napa",
"test": "npm run test_server && npm run test_browser",

@@ -49,0 +44,0 @@ "test_browser": "npm run browserify && mocha-phantomjs test/browser.html",

2

README.md

@@ -9,3 +9,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]

* Pause/Resume at any time
* Works in the browser (~4.2KB not gzipped)
* Works in the browser (~4.4KB not gzipped)

@@ -12,0 +12,0 @@ ```js

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