react-badly
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "react-badly", | ||
"version": "0.0.0", | ||
"description": "Error boundry react component", | ||
"version": "0.0.1", | ||
"description": "Error boundary react component", | ||
"main": "lib/index.js", | ||
"jsnext:main": "src/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 0", | ||
"build": "rimraf lib dist && npm-run-all build:*", | ||
"build:buba": "buba src -o lib", | ||
"build:rollup": "rollup -c", | ||
"build:uglify": "uglifyjs dist/index.js -c \"warnings=false\" --comments -m -o dist/index.min.js --verbose", | ||
"watch": "rollup -c -w", | ||
"release": "node release.js", | ||
"server": "http-server" | ||
}, | ||
@@ -25,7 +33,24 @@ "repository": { | ||
"dependencies": { | ||
"react": "16.2.0" | ||
"prop-types": "15.6.0", | ||
"react": ">=16.2.0 <17.0.0" | ||
}, | ||
"devDependencies": { | ||
"react-dom": "16.2.0" | ||
"babel-plugin-transform-class-properties": "6.24.1", | ||
"babel-preset-env": "1.6.1", | ||
"buba": "4.0.2", | ||
"http-server": "0.11.1", | ||
"inquirer": "5.0.0", | ||
"react-dom": "16.2.0", | ||
"rimraf": "2.6.2", | ||
"rollup": "0.53.4", | ||
"rollup-plugin-babel": "3.0.3", | ||
"rollup-plugin-buble": "0.18.0", | ||
"rollup-plugin-filesize": "1.5.0", | ||
"rollup-plugin-license": "0.5.0", | ||
"rollup-watch": "4.3.1", | ||
"semver": "5.4.1", | ||
"shelljs": "0.7.8", | ||
"uglify-js": "3.3.5", | ||
"yarn-run-all": "3.1.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
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 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
108099
9
165
1
78
0
2
17
3
+ Addedprop-types@15.6.0
+ Addedprop-types@15.6.0(transitive)
+ Addedreact@16.14.0(transitive)
- Removedreact@16.2.0(transitive)
Updatedreact@>=16.2.0 <17.0.0