webext-redux
Advanced tools
Comparing version 0.0.1 to 2.0.0
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
60261
20
916
0
0
0
391
0
3
11
+ Addedlodash.assignin@^4.2.0
+ Addedlodash.clonedeep@^4.5.0
+ Addedredux@^3.7.2
+ Addedjs-tokens@4.0.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedlodash-es@4.17.21(transitive)
+ Addedlodash.assignin@4.2.0(transitive)
+ Addedlodash.clonedeep@4.5.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedredux@3.7.2(transitive)
+ Addedsymbol-observable@1.2.0(transitive)