Comparing version 1.0.13 to 1.0.14
@@ -0,0 +0,0 @@ const { exec } = require('child_process') |
'use strict' | ||
module.exports = require('./lib/bim') |
@@ -0,0 +0,0 @@ export declare class BiMap<K, V> implements Map<K, V> { |
@@ -155,1 +155,2 @@ "use strict"; | ||
exports.WeakBiMap = WeakBiMap; | ||
//# sourceMappingURL=bim.js.map |
{ | ||
"name": "bim", | ||
"version": "1.0.13", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ # bim |
@@ -0,0 +0,0 @@ export class BiMap<K, V> implements Map<K, V> { |
@@ -0,0 +0,0 @@ import { BiMap } from '../src/bim'; |
@@ -5,3 +5,3 @@ { | ||
"module": "commonjs", | ||
"sourceMap": false, | ||
"sourceMap": true, | ||
// "watch": true, | ||
@@ -8,0 +8,0 @@ "pretty": true, |
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
18593
12