react-badly
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "react-badly", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Error boundary react component", | ||
@@ -11,4 +11,3 @@ "main": "dist/index.js", | ||
"build:rollup": "rollup -c", | ||
"watch": "rollup -c -w", | ||
"release": "NODE_ENV=production node release.js" | ||
"watch": "rollup -c -w" | ||
}, | ||
@@ -42,3 +41,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/runtime": "^7.10.3" | ||
"@babel/runtime": "^7.14.0" | ||
}, | ||
@@ -57,4 +56,4 @@ "peerDependencies": { | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-airbnb": "^18.2.0", | ||
"eslint": "^8.14.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-plugin-import": "^2.21.2", | ||
@@ -64,17 +63,17 @@ "eslint-plugin-jsx-a11y": "^6.3.1", | ||
"eslint-plugin-react-hooks": "^4.0.4", | ||
"husky": "^4.2.5", | ||
"inquirer": "^5.0.0", | ||
"lint-staged": "^10.2.11", | ||
"husky": "^8.0.1", | ||
"inquirer": "^8.2.4", | ||
"lint-staged": "^12.4.1", | ||
"prettier": "^2.0.5", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.13.1", | ||
"rimraf": "^2.6.2", | ||
"react": "^18.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.18.0", | ||
"rollup-plugin-filesize": "^9.0.1", | ||
"rollup-plugin-license": "^2.1.0", | ||
"rollup-plugin-terser": "^6.1.0", | ||
"semver": "^5.4.1", | ||
"shelljs": "^0.7.8", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"semver": "^7.3.7", | ||
"shelljs": "^0.8.5", | ||
"yarn-run-all": "^3.1.1" | ||
} | ||
} |
@@ -5,2 +5,4 @@ # react-badly | ||
[![npm version](https://badge.fury.io/js/react-badly.svg)](https://www.npmjs.com/package/react-badly) | ||
You can install off of npm with | ||
@@ -7,0 +9,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
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
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
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
Unpopular package
QualityThis package is not very popular.
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
1
0
82
4116
2
0
2
Updated@babel/runtime@^7.14.0