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.1.1 to 1.1.2

.vscode/settings.json

10

package.json
{
"name": "bim",
"version": "1.1.1",
"version": "1.1.2",
"description": "A bidirectional map based on the ES6 Map & WeakMap objects",
"main": "index.js",
"types": "lib/bim.d.ts",
"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.2.1"
"typescript": "^2.6.1"
}
}
}

@@ -10,4 +10,6 @@ {

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

@@ -14,0 +16,0 @@ },

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