Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

db64

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db64 - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

create-distribution.js

11

package.json
{
"name": "db64",
"version": "0.7.3",
"version": "0.7.4",
"description": "A Practical IndexedDB API",

@@ -8,4 +8,4 @@ "main": "db64.js",

"exports": {
"import": "./db64.js",
"require": "./db64.cjs"
"import": "./dist/db64.js",
"require": "./dist/db64.cjs"
},

@@ -16,3 +16,3 @@ "scripts": {

"lint:fix": "./node_modules/.bin/eslint --fix db64.js make-cjs.js",
"prepublishOnly": "node make-cjs.js"
"prepublishOnly": "node create-distribution.js"
},

@@ -40,4 +40,5 @@ "repository": {

"eslint-plugin-promise": "^6.1.1",
"http-server": "^14.1.1"
"http-server": "^14.1.1",
"terser": "^5.26.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