react-component-playground
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-beta.4
{ | ||
"name": "react-component-playground", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"description": "Isolated loader for React components", | ||
@@ -13,2 +13,3 @@ "repository": "https://github.com/react-cosmos/react-cosmos/tree/master/packages/react-component-playground", | ||
"dependencies": { | ||
"@skidding/react-codemirror": "^0.3.0", | ||
"classnames": "^2.2.5", | ||
@@ -18,7 +19,7 @@ "codemirror": "^5.18.2", | ||
"lodash": "^3.6.0", | ||
"@skidding/react-codemirror": "^0.3.0", | ||
"react-component-tree": "^2.0.0-beta.2", | ||
"react-cosmos-utils": "^2.0.0-beta.3", | ||
"react-dom-polyfill": "^1.0.1", | ||
"react-querystring-router": "^2.0.0-beta.1", | ||
"lodash.isequal": "^4.5.0", | ||
"react-component-tree": "^2.0.0-beta.4", | ||
"react-cosmos-utils": "^2.0.0-beta.4", | ||
"react-dom-polyfill": "^2.0.0-beta.4", | ||
"react-querystring-router": "^2.0.0-beta.4", | ||
"ubervu-react-split-pane": "^0.1.57" | ||
@@ -25,0 +26,0 @@ }, |
Sorry, the diff of this file is too big to display
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
99603
1311
12
1
+ Addedlodash.isequal@^4.5.0
+ Addedlodash.isequal@4.5.0(transitive)
+ Addedreact-dom-polyfill@2.0.0-beta.6(transitive)