Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "bim", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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", |
# bim | ||
[![NPM version][npm-img]][npm-url] | ||
[![Dependency Status][daviddm-img]][daviddm-url] | ||
[![devDependency Status][daviddm-dev-img]][daviddm-dev-url] | ||
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. The module contains two classes: `BiMap` & `WeakBiMap` based on `Map` & `WeakMap` respectively. | ||
@@ -3,0 +6,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
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
12773
43