🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-final-form-arrays

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-final-form-arrays - npm Package Compare versions

Comparing version

to
4.0.0

18

package.json
{
"name": "react-final-form-arrays",
"version": "4.0.0-1",
"version": "4.0.0",
"description": "A component for rendering and editing arrays 🏁 React Final Form",

@@ -28,3 +28,3 @@ "main": "dist/react-final-form-arrays.cjs.js",

"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/core": "^7.27.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",

@@ -42,3 +42,3 @@ "@babel/plugin-proposal-decorators": "^7.27.1",

"@babel/plugin-transform-react-jsx-source": "^7.27.1",
"@babel/plugin-transform-runtime": "^7.27.1",
"@babel/plugin-transform-runtime": "^7.27.4",
"@babel/preset-env": "^7.27.2",

@@ -68,4 +68,4 @@ "@babel/preset-react": "^7.27.1",

"fast-check": "^4.1.1",
"final-form": "^5.0.0-3",
"final-form-arrays": "^4.0.0-1",
"final-form": "^5.0.0",
"final-form-arrays": "^4.0.0",
"husky": "^9.1.7",

@@ -83,3 +83,3 @@ "jest": "^29.7.0",

"react-dom": "^19.1.0",
"react-final-form": "^7.0.0-0",
"react-final-form": "^7.0.0",
"rollup": "^4.41.1",

@@ -95,6 +95,6 @@ "rollup-plugin-babel": "^4.4.0",

"peerDependencies": {
"final-form": "^5.0.0-3",
"final-form-arrays": "^4.0.0-1",
"final-form": "^5.0.0",
"final-form-arrays": "^4.0.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-final-form": "^7.0.0-0"
"react-final-form": "^7.0.0"
},

@@ -101,0 +101,0 @@ "jest": {