Socket
Socket
Sign inDemoInstall

idb

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idb - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

12

package.json
{
"name": "idb",
"version": "5.0.0",
"version": "5.0.1",
"description": "A small wrapper that makes IndexedDB usable",

@@ -9,3 +9,3 @@ "main": "build/cjs/index.js",

"scripts": {
"build": "rollup -c && node --experimental-modules lib/size-report.mjs",
"build": "PRODUCTION=1 rollup -c && node --experimental-modules lib/size-report.mjs",
"dev": "rollup -c --watch"

@@ -17,5 +17,10 @@ },

},
"files": [
"build/**",
"with-*"
],
"author": "Jake Archibald",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.1",
"@types/chai": "^4.2.7",

@@ -34,6 +39,3 @@ "@types/mocha": "^5.2.7",

"typescript": "^3.7.4"
},
"dependencies": {
"@rollup/plugin-commonjs": "^11.0.1"
}
}
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