Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "bim", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "foo", | ||
@@ -19,4 +19,4 @@ "main": "index.js", | ||
], | ||
"author": "Anton Veselyev <anton.veselyev@gmail.com> (https://github.com/inker)", | ||
"author": "Anton Veselyev <inker.gh@gmail.com> (https://github.com/inker)", | ||
"license": "ISC" | ||
} |
@@ -26,7 +26,8 @@ import { BiMap } from '../src/bimap'; | ||
m.set('yy', 100); | ||
m.set(undefined, 125); | ||
//m.deleteValue(undefined); | ||
console.log(m); | ||
console.log(m.getKey(15), m.hasValue(undefined)); | ||
console.log(m.getKey(15), m.has(undefined)); | ||
for (let it = m.entries(), res = it.next(); !res.done; res = it.next()) { | ||
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
917702
12
20165
1
1