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

redux-saga-final-form

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-saga-final-form - npm Package Compare versions

Comparing version 2.0.0-1 to 2.0.0

4

package.json
{
"name": "redux-saga-final-form",
"version": "2.0.0-1",
"version": "2.0.0",
"description": "",

@@ -18,3 +18,3 @@ "main": "dist/index.js",

"peerDependencies": {
"react-redux": "^7.2.2"
"react-redux": "*"
},

@@ -21,0 +21,0 @@ "devDependencies": {

@@ -44,8 +44,11 @@ redux-saga-final-form

```javascript
import { finalFormSaga } from 'redux-saga-final-form';
import { handleListeners } from "redux-saga-final-form";
import createSagaMiddleware from "redux-saga";
const sagaMiddleware = createSagaMiddleware();
...
sagaMiddleware.run(finalFormSaga);
const store = createStore(
reducer,
initialState,
applyMiddleware(...otherMiddleware, handleListeners)
)
```

@@ -56,3 +59,3 @@

```javascript
export const submitStatrAction = (payload: { formField1: string }) => ({
export const submitStartAction = (payload: { formField1: string }) => ({
type: SUBMIT_START_ACTION

@@ -59,0 +62,0 @@ payload

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