Socket
Socket
Sign inDemoInstall

idbcache

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

.babelrc

11

package.json
{
"name": "idbcache",
"version": "0.1.1",
"version": "0.1.2",
"description": "A lscache like api which is based on indexedDB.",
"main": "dist/index-min.js",
"main": "dist/idbcache.js",
"scripts": {
"build": "rm -rf dist && babel lib --presets babel-preset-env --out-dir dist && uglifyjs dist/index.js --screw-ie8 -mc --output dist/index-min.js && exit 0",
"build": "webpack && exit 0",
"prepublish": "npm run build",

@@ -32,5 +32,8 @@ "test": "echo \"Error: no test specified\" && exit 1"

"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"uglify-js": "^2.7.0"
"uglify-js": "^2.7.0",
"uglifyjs-webpack-plugin": "^1.1.2",
"webpack": "^3.9.1"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc