Comparing version 1.0.14 to 1.0.15
@@ -0,0 +0,0 @@ export declare class BiMap<K, V> implements Map<K, V> { |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "bim", | ||
"version": "1.0.14", | ||
"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.", | ||
"version": "1.0.15", | ||
"description": "A bidirectional map based on the ES6 Map & WeakMap objects", | ||
"main": "index.js", | ||
@@ -26,4 +26,4 @@ "types": "lib/bim.d.ts", | ||
"devDependencies": { | ||
"typescript": "^2.1.4" | ||
"typescript": "^2.1.5" | ||
} | ||
} |
@@ -32,2 +32,2 @@ import { BiMap } from '../src/bim'; | ||
console.log(res.value); | ||
} | ||
} |
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
18660
384