Socket
Socket
Sign inDemoInstall

denque

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.6 to 1.3.0

index.d.ts

10

package.json
{
"name": "denque",
"version": "1.2.6",
"version": "1.3.0",
"description": "The fastest javascript implementation of a double-ended queue. Maintains compatability with deque.",

@@ -21,4 +21,5 @@ "main": "index.js",

"scripts": {
"test": "istanbul cover --report lcov _mocha",
"test": "istanbul cover --report lcov _mocha && npm run typescript",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"typescript": "tsc --project ./test/type/tsconfig.json",
"benchmark_thousand": "node benchmark/thousand",

@@ -46,7 +47,8 @@ "benchmark_2mil": "node benchmark/two_million",

"benchmark": "^2.1.0",
"coveralls": "^2.11.9",
"coveralls": "^2.13.1",
"double-ended-queue": "^2.1.0-0",
"istanbul": "^0.4.4",
"mocha": "^2.5.3"
"mocha": "^3.0.0",
"typescript": "^2.9.1"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc