Socket
Socket
Sign inDemoInstall

atom.storage

Package Overview
Dependencies
1
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.1

.nyc_output/0e257fba7f6ffe4e0010f64e36f9cda7.json

21

package.json
{
"name": "atom.storage",
"version": "0.5.0",
"version": "0.5.1",
"description": "Reactive variables with Storage",
"main": "lib/atom.storage.js",
"main": "dist/atom.storage.cjs.js",
"module": "dist/atom.storage.es.js",
"scripts": {
"dist": "babel src --source-maps inline --out-dir lib",
"dist": "npm run dist:es & npm run dist:cjs & wait",
"dist:cjs": " NODE_ENV= rollup -c -n atom.storage -i src/atom.storage.js -f cjs -o dist/atom.storage.cjs.js",
"dist:es": " NODE_ENV= rollup -c -n atom.storage -i src/atom.storage.js -f es -o dist/atom.storage.es.js",
"lint": "eslint src test",
"prepublish": "npm run lint && npm run test && npm run dist",
"prepublish": "npm run lint && npm run dist && npm run test",
"test": "nyc mocha"

@@ -33,3 +36,3 @@ },

"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.18.0",

@@ -41,4 +44,10 @@ "eslint": "^3.13.1",

"node-localstorage": "^1.3.0",
"nyc": "^10.0.0"
"nyc": "^10.0.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc