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

webext-redux

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webext-redux - npm Package Compare versions

Comparing version 0.0.1 to 2.0.0

.eslintrc

45

package.json
{
"name": "webext-redux",
"version": "0.0.1",
"description": "A set of utilities for building Redux applications Web Extensions.",
"main": "index.js",
"version": "2.0.0",
"description": "A set of utilities for building Redux applications in Web Extensions.",
"main": "lib/index.js",
"typings": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint-src": "./node_modules/.bin/eslint src/**/*.js",
"lint-test": "./node_modules/.bin/eslint test/**/*.js",
"lint": "npm run lint-src && npm run lint-test",
"prepublishOnly": "./node_modules/.bin/babel src --out-dir lib",
"pretest": "./node_modules/.bin/babel src --out-dir lib",
"test-run": "./node_modules/.bin/mocha --require @babel/register",
"test": "npm run lint && npm run test-run"
},
"author": "Tyler Shaddix <tylershaddix@gmail.com>",
"license": "MIT"
"repository": {
"type": "git",
"url": "git+https://github.com/tshaddix/webext-redux.git"
},
"author": "Tyler Shaddix",
"license": "MIT",
"bugs": {
"url": "https://github.com/tshaddix/webext-redux/issues"
},
"homepage": "https://github.com/tshaddix/webext-redux#readme",
"dependencies": {
"lodash.assignin": "^4.2.0",
"lodash.clonedeep": "^4.5.0",
"redux": "^3.7.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-transform-async-to-generator": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"babel-eslint": "^7.2.0",
"eslint": "^3.17.1",
"mocha": "^5.2.0",
"should": "^13.2.1",
"sinon": "^6.0.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