react-devtools-core
Advanced tools
Comparing version 2.0.11 to 2.0.12
{ | ||
"name": "react-devtools-core", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "Use react-devtools outside of the browser", | ||
@@ -17,6 +17,6 @@ "main": "./build/backend.js", | ||
"scripts": { | ||
"backend": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js", | ||
"backend:watch": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js --watch", | ||
"standalone": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js", | ||
"standalone:watch": "NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js --watch", | ||
"backend": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js", | ||
"backend:watch": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.backend.js --watch", | ||
"standalone": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js", | ||
"standalone:watch": "cross-env NODE_ENV=production ../../node_modules/.bin/webpack --config webpack.standalone.js --watch", | ||
"build": "npm run backend && npm run standalone", | ||
@@ -28,4 +28,5 @@ "prepublish": "npm run build" | ||
"dependencies": { | ||
"cross-env": "^3.1.4", | ||
"ws": "^2.0.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3949369
17966
2
+ Addedcross-env@^3.1.4
+ Addedcross-env@3.2.4(transitive)
+ Addedcross-spawn@5.1.0(transitive)
+ Addedis-windows@1.0.2(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addedlru-cache@4.1.5(transitive)
+ Addedpseudomap@1.0.2(transitive)
+ Addedshebang-command@1.2.0(transitive)
+ Addedshebang-regex@1.0.0(transitive)
+ Addedwhich@1.3.1(transitive)
+ Addedyallist@2.1.2(transitive)