Socket
Socket
Sign inDemoInstall

@rjsf/utils

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.11.2 to 5.12.0

dist/index.js.map

33

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc