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.15 to 1.1.0

.vscode/settings.json

12

package.json
{
"name": "bim",
"version": "1.0.15",
"description": "A bidirectional map based on the ES6 Map & WeakMap objects",
"main": "index.js",
"types": "lib/bim.d.ts",
"version": "1.1.0",
"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.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {

@@ -26,4 +26,4 @@ "test": "echo \"Error: no test specified\" && exit 1",

"devDependencies": {
"typescript": "^2.1.5"
"typescript": "^2.6.1"
}
}
}

@@ -32,2 +32,2 @@ import { BiMap } from '../src/bim';

console.log(res.value);
}
}

@@ -10,2 +10,5 @@ {

"declaration": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"downlevelIteration": true,
"alwaysStrict": true,

@@ -12,0 +15,0 @@ "outDir": "lib"

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