react-json-view
Advanced tools
Comparing version 1.8.1 to 1.8.2
{ | ||
"name": "react-json-view", | ||
"description": "Interactive react component for displaying javascript arrays and JSON objects.", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"main": "dist/main.js", | ||
@@ -43,2 +43,3 @@ "files": [ | ||
"webpack": "^2.2.1", | ||
"webpack-bundle-size-analyzer": "^2.7.0", | ||
"webpack-dev-server": "^2.3.0" | ||
@@ -48,4 +49,7 @@ }, | ||
"scripts": { | ||
"build": "webpack --display-error-details --progress", | ||
"build": "webpack -p --display-error-details --progress", | ||
"dev:hot": "webpack-dev-server", | ||
"modules:debug": "./docker/debug.sh", | ||
"modules:tree": "webpack --json", | ||
"modules:size-analyzer": "webpack --json | webpack-bundle-size-analyzer", | ||
"start": "node server.js", | ||
@@ -52,0 +56,0 @@ "test": "./docker/coverage.sh", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
368400
35
750
1