@welldone-software/why-did-you-render
Advanced tools
Comparing version 5.0.0-rc.1 to 5.0.0
/** | ||
* @welldone-software/why-did-you-render 5.0.0-rc.1 | ||
* @welldone-software/why-did-you-render 5.0.0 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-10-14 | ||
* Generated at 2020-10-22 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
{ | ||
"name": "@welldone-software/why-did-you-render", | ||
"version": "5.0.0-rc.1", | ||
"version": "5.0.0", | ||
"description": "Monkey patches React to notify you about avoidable re-renders.", | ||
@@ -60,11 +60,11 @@ "types": "types.d.ts", | ||
"peerDependencies": { | ||
"react": ">=16.13" | ||
"react": "^16" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.11.6", | ||
"@babel/core": "^7.11.6", | ||
"@babel/eslint-parser": "^7.11.5", | ||
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/preset-react": "^7.10.4", | ||
"@babel/cli": "^7.12.1", | ||
"@babel/core": "^7.12.3", | ||
"@babel/eslint-parser": "^7.12.1", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/preset-react": "^7.12.1", | ||
"@rollup/plugin-babel": "^5.2.1", | ||
@@ -80,23 +80,23 @@ "@rollup/plugin-commonjs": "^15.1.0", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^26.5.2", | ||
"babel-jest": "^26.6.0", | ||
"concurrently": "^5.3.0", | ||
"coveralls": "^3.1.0", | ||
"create-react-class": "^15.6.3", | ||
"create-react-class": "^15.7.0", | ||
"cross-env": "^7.0.2", | ||
"cypress": "^5.3.0", | ||
"cypress": "^5.4.0", | ||
"eslint": "^7.11.0", | ||
"eslint-plugin-cypress": "^2.11.2", | ||
"eslint-plugin-jest": "^24.1.0", | ||
"eslint-plugin-react": "^7.21.4", | ||
"eslint-plugin-react": "^7.21.5", | ||
"express": "^4.17.1", | ||
"express-history-api-fallback": "^2.2.1", | ||
"husky": "^4.3.0", | ||
"jest": "^26.5.3", | ||
"jest-cli": "^26.5.3", | ||
"jest": "^26.6.0", | ||
"jest-cli": "^26.6.0", | ||
"magic-string": "^0.25.7", | ||
"nollup": "^0.13.13", | ||
"react": "^16.13.1", | ||
"react-dom": "npm:@hot-loader/react-dom@^16.13.0", | ||
"react-dom": "npm:@hot-loader/react-dom@^16.13.1", | ||
"react-hot-loader": "^4.13.0", | ||
"react-is": "^16.13.1", | ||
"react-is": "^17.0.1", | ||
"react-redux": "^7.2.1", | ||
@@ -106,4 +106,4 @@ "react-router-dom": "^5.2.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.30.0", | ||
"rollup-plugin-commonjs-alternate": "^0.6.2", | ||
"rollup": "^2.32.1", | ||
"rollup-plugin-commonjs-alternate": "^0.7.1", | ||
"rollup-plugin-license": "^2.2.0", | ||
@@ -110,0 +110,0 @@ "rollup-plugin-node-resolve": "^5.2.0", |
@@ -23,2 +23,4 @@ # Why Did You Render | ||
> Support for React@17 is under development. | ||
``` | ||
@@ -179,3 +181,3 @@ npm install @welldone-software/why-did-you-render --save | ||
- `diffPathColor` | ||
- `notifier: ({Component, displayName, prevProps, prevState, nextProps, nextState, reason, options}) => void` | ||
- `notifier: ({Component, displayName, hookName, prevProps, prevState, prevHook, nextProps, nextState, nextHook, reason, options, ownerDataMap}) => void` | ||
@@ -182,0 +184,0 @@ #### include / exclude |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
99895
2
324
0