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

@welldone-software/why-did-you-render

Package Overview
Dependencies
Maintainers
2
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@welldone-software/why-did-you-render - npm Package Compare versions

Comparing version 5.0.0-rc.1 to 5.0.0

4

dist/whyDidYouRender.min.js
/**
* @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

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