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

final-form

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

final-form - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

17

package.json
{
"name": "final-form",
"version": "4.0.1",
"description":
"🏁 Framework agnostic, high performance, subscription-based form state management",
"version": "4.0.2",
"description": "🏁 Framework agnostic, high performance, subscription-based form state management",
"main": "dist/final-form.cjs.js",

@@ -10,3 +9,5 @@ "jsnext:main": "dist/final-form.es.js",

"typings": "dist/index.d.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {

@@ -17,4 +18,3 @@ "start": "nps",

},
"author":
"Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)",
"author": "Erik Rasmussen <rasmussenerik@gmail.com> (http://github.com/erikras)",
"license": "MIT",

@@ -64,3 +64,6 @@ "repository": {

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

@@ -67,0 +70,0 @@ "bundlesize": [

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