Socket
Socket
Sign inDemoInstall

dexie

Package Overview
Dependencies
Maintainers
1
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dexie - npm Package Compare versions

Comparing version 0.9.9 to 1.0.0

.npmignore

19

package.json
{
"name": "dexie",
"version": "0.9.9",
"description": "A bullet proof indexedDB wrapper.",
"main": "Dexie.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0",
"description": "Minimalistic IndexedDB API with bullet proof transactions",
"main": "src/Dexie.js",
"repository": {

@@ -14,10 +11,12 @@ "type": "git",

"keywords": [
"indexeddb"
"indexeddb",
"browser",
"database"
],
"author": "Anders Ekdahl <anders.ekdahl@gmail.com>",
"license": "Apache License",
"author": "David Fahlander",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/dfahlander/Dexie.js/issues"
},
"homepage": "https://github.com/dfahlander/Dexie.js"
"homepage": "https://github.com/dfahlander/Dexie.js/wiki/Dexie.js"
}
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