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

dexbee

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dexbee - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

8

package.json
{
"name": "dexbee",
"version": "0.1.3",
"version": "0.1.4",
"description": "Simple indexedDB framework",
"main": "lib/dexbee.js",
"scripts": {
"dist": "npm run jsdoc && npm run build && npx babel ./src/dexbee.js -d ./lib && npm run doc && npm run cdn",
"dist": "npm run jsdoc && npm run build && npx babel ./src/dexbee.js -d ./lib && npm run doc",
"jsdoc": "npx jsdoc --configure jsdoc.json --readme README.md --verbose",
"build": "npx webpack --env mode=production",
"doc": "npm run uploaddoc -- $npm_package_version",
"cdn": "npm run uploadcdn -- $npm_package_version",
"uploaddoc": "func() { aws s3 sync ./docs/dexbee/\"$1\"/ s3://document-dexbee/ --acl public-read; }; func",
"uploadcdn": "func() { aws s3 sync ./dist/ s3://broadwayinc.dev/jslib/dexbee/\"$1\" --acl public-read; }; func"
"uploaddoc": "func() { aws s3 sync ./docs/dexbee/\"$1\"/ s3://document-dexbee/ --acl public-read; }; func"
},

@@ -15,0 +13,0 @@ "repository": {

@@ -11,3 +11,3 @@ # DexBee

```
<script src="https://broadwayinc.dev/jslib/dexbee/0.1.2/dexbee.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dexbee@latest/dist/dexbee.js"></script>
```

@@ -14,0 +14,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