Socket
Socket
Sign inDemoInstall

heap-js

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.2 to 2.1.3

42

package.json
{
"name": "heap-js",
"version": "2.1.2",
"version": "2.1.3",
"description": "Efficient Binary heap (priority queue, binary tree) data structure for JavaScript / TypeScript. Includes JavaScript methods, Python's heapq module methods, and Java's PriorityQueue methods.",

@@ -72,31 +72,31 @@ "keywords": [

"devDependencies": {
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@types/benchmark": "^1.0.33",
"@types/jest": "^26.0.12",
"@types/node": "^14.6.2",
"@typescript-eslint/eslint-plugin": "4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@types/benchmark": "^2.1.0",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.9",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"benchmark": "^2.1.4",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"eslint": "7.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint": "7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-standard": "4",
"husky": "^4.2.5",
"jest": "^26.4.2",
"lint-staged": "^10.2.13",
"eslint-plugin-standard": "5.0.0",
"husky": "^4.3.0",
"jest": "^26.6.3",
"lint-staged": "^10.5.1",
"lodash.camelcase": "^4.3.0",
"prettier": "^2.1.1",
"prettier-eslint": "^11.0.0",
"prettier": "^2.2.0",
"prettier-eslint": "^12.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.26.9",
"rollup-plugin-sourcemaps": "^0.6.2",
"ts-jest": "^26.3.0",
"rollup": "^2.33.3",
"rollup-plugin-sourcemaps": "^0.6.3",
"ts-jest": "^26.4.4",
"ts-node": "^9.0.0",
"tsc-watch": "^4.2.9",
"typedoc": "^0.19.0",
"typescript": "^4.0.2"
"typedoc": "^0.19.2",
"typescript": "^4.1.2"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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