react-json-tree
Advanced tools
Comparing version 0.16.0 to 0.16.1
{ | ||
"name": "react-json-tree", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"description": "React JSON Viewer Component, Extracted from redux-devtools", | ||
@@ -22,9 +22,10 @@ "keywords": [ | ||
"files": [ | ||
"dist", | ||
"lib", | ||
"src" | ||
], | ||
"main": "dist/react-json-tree.cjs.js", | ||
"module": "dist/react-json-tree.esm.js", | ||
"types": "dist/index.d.ts", | ||
"unpkg": "dist/react-json-tree.umd.js", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"types": "lib/types/index.d.ts", | ||
"unpkg": "lib/umd/react-json-tree.umd.js", | ||
"sideEffects": false, | ||
"repository": { | ||
@@ -35,4 +36,8 @@ "type": "git", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"clean": "rimraf umd", | ||
"build": "yarn build:cjs && yarn build:esm && yarn build:types && yarn build:umd", | ||
"build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs", | ||
"build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts,.tsx\" --out-dir lib/esm", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"build:umd": "rollup -c", | ||
"clean": "rimraf lib", | ||
"test": "jest", | ||
@@ -47,10 +52,11 @@ "lint": "eslint . --ext .ts,.tsx", | ||
"@types/prop-types": "^15.7.4", | ||
"prop-types": "^15.8.0", | ||
"react-base16-styling": "^0.9.0" | ||
"prop-types": "^15.8.1", | ||
"react-base16-styling": "^0.9.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.16.7", | ||
"@babel/cli": "^7.16.8", | ||
"@babel/core": "^7.16.12", | ||
"@babel/eslint-parser": "^7.16.5", | ||
"@babel/plugin-transform-runtime": "^7.16.7", | ||
"@babel/preset-env": "^7.16.7", | ||
"@babel/plugin-transform-runtime": "^7.16.10", | ||
"@babel/preset-env": "^7.16.11", | ||
"@babel/preset-react": "^7.16.7", | ||
@@ -64,19 +70,19 @@ "@babel/preset-typescript": "^7.16.7", | ||
"@types/react-test-renderer": "^17.0.1", | ||
"@typescript-eslint/eslint-plugin": "^5.8.1", | ||
"@typescript-eslint/parser": "^5.8.1", | ||
"eslint": "^8.6.0", | ||
"@typescript-eslint/eslint-plugin": "^5.10.0", | ||
"@typescript-eslint/parser": "^5.10.0", | ||
"eslint": "^8.7.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-jest": "^25.3.4", | ||
"eslint-plugin-jest": "^25.7.0", | ||
"eslint-plugin-react": "^7.28.0", | ||
"eslint-plugin-react-hooks": "^4.3.0", | ||
"jest": "^27.4.5", | ||
"jest": "^27.4.7", | ||
"react": "^17.0.2", | ||
"react-test-renderer": "^17.0.2", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.63.0", | ||
"rollup": "^2.66.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-typescript2": "^0.31.1", | ||
"ts-jest": "^27.1.2", | ||
"ts-jest": "^27.1.3", | ||
"tslib": "^2.3.1", | ||
"typescript": "~4.5.4" | ||
"typescript": "~4.5.5" | ||
}, | ||
@@ -87,3 +93,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "24e5e78e6943d69d352827345b1824a971b74f14" | ||
"gitHead": "238b8896f9cdb8c15c265025d131830a7f3570b9" | ||
} |
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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify 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
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
61
10338
482428
30
Updatedprop-types@^15.8.1
Updatedreact-base16-styling@^0.9.1