Comparing version 1.0.15 to 1.1.0
{ | ||
"name": "bim", | ||
"version": "1.0.15", | ||
"description": "A bidirectional map based on the ES6 Map & WeakMap objects", | ||
"main": "index.js", | ||
"types": "lib/bim.d.ts", | ||
"version": "1.1.0", | ||
"description": "A bidirectional map based on the ES6 Map object containing additional methods to retrive keys by values, delete key-value pairs by values and check the existence of keys by values.", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"scripts": { | ||
@@ -26,4 +26,4 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
"devDependencies": { | ||
"typescript": "^2.1.5" | ||
"typescript": "^2.6.1" | ||
} | ||
} | ||
} |
@@ -32,2 +32,2 @@ import { BiMap } from '../src/bim'; | ||
console.log(res.value); | ||
} | ||
} |
@@ -10,2 +10,5 @@ { | ||
"declaration": true, | ||
"strictNullChecks": true, | ||
"noUnusedLocals": true, | ||
"downlevelIteration": true, | ||
"alwaysStrict": true, | ||
@@ -12,0 +15,0 @@ "outDir": "lib" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
22663
19
502
2