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

redux-form

Package Overview
Dependencies
Maintainers
1
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redux-form - npm Package Compare versions

Comparing version 6.0.4 to 6.0.5

14

es/reduxForm.js

@@ -425,8 +425,7 @@ import _mapValues from 'lodash-es/mapValues';

var reduxFormProps = {
var reduxFormProps = _extends({
anyTouched: anyTouched,
asyncValidate: this.asyncValidate,
asyncValidating: asyncValidating,
blur: blur,
change: change,
asyncValidating: asyncValidating
}, bindActionCreators({ blur: blur, change: change }, dispatch), {
destroy: destroy,

@@ -450,3 +449,3 @@ dirty: dirty,

valid: valid
};
});
var propsToPass = _extends({}, propNamespace ? _defineProperty({}, propNamespace, reduxFormProps) : reduxFormProps, rest);

@@ -550,6 +549,5 @@ if (isClassComponent(WrappedComponent)) {

var computedActions = _extends({}, connectedFormACs, boundArrayACs, bindActionCreators({
var computedActions = _extends({}, connectedFormACs, boundArrayACs, {
blur: boundBlur,
change: boundChange
}, dispatch), {
change: boundChange,
array: connectedArrayACs,

@@ -556,0 +554,0 @@ focus: boundFocus,

@@ -471,8 +471,7 @@ 'use strict';

var reduxFormProps = {
var reduxFormProps = _extends({
anyTouched: anyTouched,
asyncValidate: this.asyncValidate,
asyncValidating: asyncValidating,
blur: blur,
change: change,
asyncValidating: asyncValidating
}, (0, _redux.bindActionCreators)({ blur: blur, change: change }, dispatch), {
destroy: destroy,

@@ -496,3 +495,3 @@ dirty: dirty,

valid: valid
};
});
var propsToPass = _extends({}, propNamespace ? _defineProperty({}, propNamespace, reduxFormProps) : reduxFormProps, rest);

@@ -596,6 +595,5 @@ if (isClassComponent(WrappedComponent)) {

var computedActions = _extends({}, connectedFormACs, boundArrayACs, (0, _redux.bindActionCreators)({
var computedActions = _extends({}, connectedFormACs, boundArrayACs, {
blur: boundBlur,
change: boundChange
}, dispatch), {
change: boundChange,
array: connectedArrayACs,

@@ -602,0 +600,0 @@ focus: boundFocus,

{
"name": "redux-form",
"version": "6.0.4",
"version": "6.0.5",
"description": "A higher order component decorator for forms using Redux and React",

@@ -68,3 +68,3 @@ "main": "./lib/index.js",

"babel-core": "^6.3.26",
"babel-eslint": "^6.0.4",
"babel-eslint": "^6.0.5",
"babel-loader": "^6.2.0",

@@ -71,0 +71,0 @@ "babel-plugin-lodash": "^3.1.2",

@@ -23,8 +23,8 @@ # redux-form

* [Getting Started](http://redux-form.com/6.0.4/docs/GettingStarted.md/)
* [Examples](http://redux-form.com/6.0.4/examples/)
* [API](http://redux-form.com/6.0.4/docs/api/)
* [FAQ](http://redux-form.com/6.0.4/docs/faq/)
* [Getting Started](http://redux-form.com/6.0.5/docs/GettingStarted.md/)
* [Examples](http://redux-form.com/6.0.5/examples/)
* [API](http://redux-form.com/6.0.5/docs/api/)
* [FAQ](http://redux-form.com/6.0.5/docs/faq/)
* [Release Notes](https://github.com/erikras/redux-form/releases)
* [Older Documentation](http://redux-form.com/6.0.4/docs/DocumentationVersions.md/)
* [Older Documentation](http://redux-form.com/6.0.5/docs/DocumentationVersions.md/)

@@ -31,0 +31,0 @@ ## Videos

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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