@welldone-software/why-did-you-render
Advanced tools
Comparing version 4.3.0 to 4.3.1
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 4.3.0 | ||
* @welldone-software/why-did-you-render 4.3.1 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2020-08-08 | ||
* Generated at 2020-08-14 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
{ | ||
"name": "@welldone-software/why-did-you-render", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "Monkey patches React to notify you about avoidable re-renders.", | ||
@@ -38,3 +38,2 @@ "types": "types.d.ts", | ||
"lint": "eslint . --ext=js --cache --cache-location .cache/eslint-cache", | ||
"lint:fix": "yarn lint --fix", | ||
"clear": "rimraf .cache dist demo/dist", | ||
@@ -46,5 +45,5 @@ "watch": "concurrently --names \"Serve,Test\" \"npm:start\" \"npm:test:watch\"", | ||
"cypress:open": "cypress open", | ||
"cypress:run": "cypress run", | ||
"cypress:run:record": "yarn cypress:run --record", | ||
"cypress:ci": "start-server-and-test start http://localhost:3003 cypress:run:record" | ||
"cypress:run": "cypress run --browser chrome", | ||
"_cypress:run:ci": "yarn cypress:run --record --parallel", | ||
"cypress:ci": "start-server-and-test start http://localhost:3003 _cypress:run:ci" | ||
}, | ||
@@ -51,0 +50,0 @@ "husky": { |
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
774362