@rjsf/utils
Advanced tools
Comparing version 5.11.2 to 5.12.0
{ | ||
"name": "@rjsf/utils", | ||
"version": "5.11.2", | ||
"version": "5.12.0", | ||
"main": "dist/index.js", | ||
"module": "dist/utils.esm.js", | ||
"typings": "dist/index.d.ts", | ||
"module": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"description": "Utility functions for @rjsf/core", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"lib", | ||
"src" | ||
], | ||
@@ -16,3 +18,7 @@ "engineStrict": false, | ||
"scripts": { | ||
"build": "rimraf dist && dts build --rollupTypes --format cjs,esm,umd", | ||
"build:ts": "rimraf lib && tsc", | ||
"build:cjs": "esbuild ./src/index.ts --bundle --outfile=dist/index.js --sourcemap --packages=external --format=cjs", | ||
"build:esm": "esbuild ./src/index.ts --bundle --outfile=dist/utils.esm.js --sourcemap --packages=external --format=esm", | ||
"build:umd": "rollup dist/utils.esm.js --format=umd --file=dist/utils.umd.js --name=@rjsf/utils", | ||
"build": "rimraf dist && npm run build:ts && npm run build:cjs && npm run build:esm && npm run build:umd", | ||
"cs-check": "prettier -l \"{src,test}/**/*.ts?(x)\"", | ||
@@ -50,16 +56,17 @@ "cs-format": "prettier \"{src,test}/**/*.ts?(x)\" --write", | ||
"@types/json-schema-merge-allof": "^0.6.1", | ||
"@types/lodash": "^4.14.195", | ||
"@types/lodash": "^4.14.196", | ||
"@types/react": "^17.0.62", | ||
"@types/react-is": "^17.0.4", | ||
"@types/react-test-renderer": "^17.0.2", | ||
"babel-jest": "^29.6.1", | ||
"babel-jest": "^29.6.2", | ||
"deep-freeze-es6": "^1.4.1", | ||
"dts-cli": "^1.6.3", | ||
"eslint": "^8.44.0", | ||
"jest": "^29.6.1", | ||
"esbuild": "^0.18.19", | ||
"eslint": "^8.46.0", | ||
"jest": "^29.6.2", | ||
"jest-environment-jsdom": "^29.6.1", | ||
"jest-expect-message": "^1.1.3", | ||
"react": "^17.0.2", | ||
"react-test-renderer": "^17.0.2", | ||
"rimraf": "^5.0.1" | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.27.2", | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -84,3 +91,3 @@ "publishConfig": { | ||
"license": "Apache-2.0", | ||
"gitHead": "2fafced84e18aa2cd487715d11d2730cd23333f3" | ||
"gitHead": "bab797c43a34e5ec68a84b2bdabb3c377e46b092" | ||
} |
Sorry, the diff of this file is too big to display
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
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
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
296
18227
1
1
1466497
23
1