Socket
Socket
Sign inDemoInstall

formact

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formact - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

3

lib/index.js

@@ -406,3 +406,4 @@ "use strict";

}
}
},
setError: reducer.setError
});

@@ -409,0 +410,0 @@ }

{
"name": "formact",
"version": "2.0.8",
"version": "2.0.9",
"description": "Context for React form components with validation",

@@ -5,0 +5,0 @@ "scripts": {

@@ -17,2 +17,3 @@ // @flow

onFinish: (clear?: boolean) => void,
setError: (field: string, message: string) => void,
}

@@ -532,2 +533,3 @@

},
setError: reducer.setError,
})

@@ -534,0 +536,0 @@ }

Sorry, the diff of this file is not supported yet

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