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
3
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 6.2.0 to 6.2.1

jsx-dev-runtime.d.ts

8

dist/whyDidYouRender.js
/**
* @welldone-software/why-did-you-render 6.2.0
* @welldone-software/why-did-you-render 6.2.1
* MIT Licensed
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman)
* Generated at 2021-06-13
* Generated at 2021-08-22
*/

@@ -208,2 +208,4 @@

return call;
} else if (call !== void 0) {
throw new TypeError("Derived constructors may only return object or undefined");
}

@@ -284,3 +286,3 @@

function _iterableToArrayLimit(arr, i) {
var _i = arr && (typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]);
var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"];

@@ -287,0 +289,0 @@ if (_i == null) return;

{
"name": "@welldone-software/why-did-you-render",
"version": "6.2.0",
"version": "6.2.1",
"description": "Monkey patches React to notify you about avoidable re-renders.",

@@ -11,3 +11,5 @@ "types": "types.d.ts",

"jsx-runtime.js",
"jsx-dev-runtime.js"
"jsx-runtime.d.ts",
"jsx-dev-runtime.js",
"jsx-dev-runtime.d.ts"
],

@@ -52,4 +54,3 @@ "authors": [

"cypress:ci": "start-server-and-test start http://localhost:3003 _cypress:run:ci",
"cypress:ci:classic": "start-server-and-test start:classic http://localhost:3003 _cypress:run:ci:classic",
"prepare": "npx husky-init && husky install"
"cypress:ci:classic": "start-server-and-test start:classic http://localhost:3003 _cypress:run:ci:classic"
},

@@ -63,35 +64,35 @@ "dependencies": {

"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.5",
"@babel/eslint-parser": "^7.14.5",
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.5",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-replace": "^3.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@types/react-redux": "^7.1.16",
"@testing-library/react": "^12.0.0",
"@types/react-redux": "^7.1.18",
"@welldone-software/jest-console-handler": "^1.0.0",
"acorn-walk": "^8.1.0",
"acorn-walk": "^8.1.1",
"astring": "^1.7.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.0.2",
"concurrently": "^6.2.0",
"coveralls": "^3.1.0",
"babel-jest": "^27.0.6",
"concurrently": "^6.2.1",
"coveralls": "^3.1.1",
"create-react-class": "^15.7.0",
"cross-env": "^7.0.3",
"cypress": "^7.5.0",
"eslint": "^7.28.0",
"cypress": "^8.3.0",
"eslint": "^7.32.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-react": "^7.24.0",
"express": "^4.17.1",
"express-history-api-fallback": "^2.2.1",
"husky": "^6.0.0",
"jest": "^27.0.4",
"jest-cli": "^27.0.4",
"husky": "^7.0.0",
"jest": "^27.0.6",
"jest-cli": "^27.0.6",
"magic-string": "^0.25.7",
"nollup": "^0.16.5",
"nollup": "^0.18.2",
"react": "^17.0.2",

@@ -106,5 +107,5 @@ "react-16": "npm:react@^16.14.0",

"react-router-dom": "^5.2.0",
"redux": "^4.1.0",
"redux": "^4.1.1",
"rimraf": "^3.0.2",
"rollup": "^2.51.2",
"rollup": "^2.56.2",
"rollup-plugin-alias": "^2.2.0",

@@ -114,6 +115,6 @@ "rollup-plugin-commonjs-alternate": "^0.8.0",

"rollup-plugin-node-resolve": "^5.2.0",
"start-server-and-test": "^1.12.5",
"start-server-and-test": "^1.13.1",
"styled-components": "^5.3.0",
"typescript": "^4.3.2"
"typescript": "^4.3.5"
}
}

Sorry, the diff of this file is not supported yet

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