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.13 to 1.0.14

lib/bim.js.map

0

build/increment-version.js

@@ -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

2

package.json
{
"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,

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