Comparing version 0.38.4 to 0.38.5
{ | ||
"name": "mnemonist", | ||
"version": "0.38.4", | ||
"description": "Curated collection of data structures for the JavaScript language.", | ||
"version": "0.38.5", | ||
"description": "Curated collection of data structures for the JavaScript/TypeScript.", | ||
"scripts": { | ||
@@ -75,3 +75,3 @@ "lint": "eslint ./*.js ./utils ./test", | ||
"dependencies": { | ||
"obliterator": "^1.6.1" | ||
"obliterator": "^2.0.0" | ||
}, | ||
@@ -86,3 +86,3 @@ "devDependencies": { | ||
"matcha": "^0.7.0", | ||
"mocha": "^8.3.0", | ||
"mocha": "^9.1.3", | ||
"pandemonium": "^2.0.0", | ||
@@ -95,18 +95,2 @@ "seedrandom": "^3.0.5", | ||
"extends": "@yomguithereal/eslint-config", | ||
"globals": { | ||
"Set": true, | ||
"Map": true, | ||
"WeakMap": true, | ||
"Symbol": true, | ||
"ArrayBuffer": true, | ||
"Uint8Array": true, | ||
"Uint8ClampedArray": true, | ||
"Uint16Array": true, | ||
"Uint32Array": true, | ||
"Int8Array": true, | ||
"Int16Array": true, | ||
"Int32Array": true, | ||
"Float32Array": true, | ||
"Float64Array": true | ||
}, | ||
"parserOptions": { | ||
@@ -113,0 +97,0 @@ "ecmaVersion": 6, |
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
361635
98
+ Addedobliterator@2.0.4(transitive)
- Removedobliterator@1.6.1(transitive)
Updatedobliterator@^2.0.0