Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "bim", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A bidirectional map based on the ES6 Map & WeakMap objects", | ||
"main": "index.js", | ||
"types": "lib/bim.d.ts", | ||
"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.2.1" | ||
"typescript": "^2.6.1" | ||
} | ||
} | ||
} |
@@ -10,4 +10,6 @@ { | ||
"declaration": true, | ||
"strictNullChecks": true, | ||
"noUnusedLocals": true, | ||
"downlevelIteration": true, | ||
"alwaysStrict": true, | ||
"strictNullChecks": true, | ||
"outDir": "lib" | ||
@@ -14,0 +16,0 @@ }, |
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
22054
19
477
2