Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bim

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bim - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

README.md

4

package.json
{
"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);
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc