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

queue

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

queue - npm Package Compare versions

Comparing version 4.4.2 to 4.5.0

index.d.ts

6

package.json
{
"name": "queue",
"version": "4.4.2",
"version": "4.5.0",
"description": "asynchronous function queue with adjustable concurrency",

@@ -23,3 +23,4 @@ "keywords": [

"standard": "^8.6.0",
"tape": "^2.14.0"
"tape": "^2.14.0",
"typescript": "^1.8.9"
},

@@ -30,2 +31,3 @@ "scripts": {

"travis": "standard && istanbul cover test --report lcovonly && cat coverage/lcov.info | coveralls",
"travis-ts": "tsc test/typescript.ts --out /dev/null && echo 'TypeScript compilation passed.'",
"example": "node example",

@@ -32,0 +34,0 @@ "lint": "standard"

Sorry, the diff of this file is not supported yet

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