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 1.0.14 to 1.0.15

0

lib/bim.d.ts

@@ -0,0 +0,0 @@ export declare class BiMap<K, V> implements Map<K, V> {

@@ -0,0 +0,0 @@ "use strict";

6

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