Socket
Socket
Sign inDemoInstall

react-final-form

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-final-form - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

12

package.json
{
"name": "react-final-form",
"version": "3.0.3",
"version": "3.0.4",
"description": "🏁 High performance subscription-based form state management for React",

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

"eslint-plugin-react": "^7.4.0",
"final-form": "^4.0.1",
"final-form": "^4.0.3",
"flow-bin": "^0.63.1",

@@ -65,6 +65,8 @@ "husky": "^0.14.3",

"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^2.0.1"
"rollup-plugin-uglify": "^2.0.1",
"tslint": "^5.9.1",
"typescript": "^2.6.2"
},
"peerDependencies": {
"final-form": "^4.0.0",
"final-form": "^4.0.3",
"prop-types": "^15.6.0",

@@ -79,3 +81,3 @@ "react": "^15.3.0 || ^16.0.0-0"

"lint-staged": {
"*.{js*,ts,json,md,css}": [
"*.{js*,ts*,json,md,css}": [
"prettier --write",

@@ -82,0 +84,0 @@ "git add"

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