Comparing version 2.1.5 to 2.1.6
{ | ||
"name": "heap-js", | ||
"version": "2.1.5", | ||
"version": "2.1.6", | ||
"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": "^17.1.0", | ||
"@rollup/plugin-node-resolve": "^11.2.0", | ||
"@types/benchmark": "^2.1.0", | ||
"@types/jest": "^26.0.22", | ||
"@types/node": "^14.14.36", | ||
"@typescript-eslint/eslint-plugin": "4.19.0", | ||
"@typescript-eslint/parser": "^4.19.0", | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"@types/benchmark": "^2.1.1", | ||
"@types/jest": "^26.0.24", | ||
"@types/node": "^16.3.1", | ||
"@typescript-eslint/eslint-plugin": "4.28.3", | ||
"@typescript-eslint/parser": "^4.28.3", | ||
"benchmark": "^2.1.4", | ||
"coveralls": "^3.1.0", | ||
"coveralls": "^3.1.1", | ||
"cross-env": "^7.0.3", | ||
"eslint": "7.22.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint": "7.30.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-standard": "5.0.0", | ||
"husky": "^5.2.0", | ||
"jest": "^26.6.3", | ||
"lint-staged": "^10.5.4", | ||
"husky": "^7.0.1", | ||
"jest": "^27.0.6", | ||
"lint-staged": "^11.0.0", | ||
"lodash.camelcase": "^4.3.0", | ||
"prettier": "^2.2.1", | ||
"prettier": "^2.3.2", | ||
"prettier-eslint": "^12.0.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.42.4", | ||
"rollup": "^2.53.1", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"ts-jest": "^26.5.4", | ||
"ts-node": "^9.1.1", | ||
"tsc-watch": "^4.2.9", | ||
"typedoc": "^0.20.34", | ||
"typescript": "^4.2.3" | ||
"ts-jest": "^27.0.3", | ||
"ts-node": "^10.1.0", | ||
"tsc-watch": "^4.4.0", | ||
"typedoc": "^0.21.4", | ||
"typescript": "^4.3.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87605