Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rjsf/core

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rjsf/core - npm Package Compare versions

Comparing version 4.2.2 to 4.2.3

dist/cjs/components/AddButton.js

9

package.json
{
"name": "@rjsf/core",
"version": "4.2.2",
"version": "4.2.3",
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
"scripts": {
"build": "rimraf dist && tsdx build --format cjs,es && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js",
"build": "rimraf dist && tsdx build --format cjs,es && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js && npm run deprecated:build:cjs && npm run deprecated:build:es && npm run deprecated:build:es:lib",
"deprecated:build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/cjs",
"deprecated:build:es": "cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./dist/es",
"deprecated:build:es:lib": "rimraf lib && cross-env NODE_ENV=production BABEL_ENV=es babel --extensions \".js,.jsx,.ts,.tsx\" ./src --out-dir ./lib",
"cs-check": "prettier -l \"{src,test}/**/*.js\"",

@@ -121,3 +124,3 @@ "cs-format": "prettier \"{src,test}/**/*.js\" --write",

},
"gitHead": "e4f1545e7a658ad6a0de476682131680c04982f9"
"gitHead": "35663cf43dd1351a9f0d8e7d238e7dca22b4d378"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc