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

@workpop/dux

Package Overview
Dependencies
Maintainers
17
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workpop/dux - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

.idea/dux.iml

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.1.3"></a>
## [2.1.3](https://github.com/Workpop/dux/compare/v2.1.2...v2.1.3) (2018-05-01)
### Bug Fixes
* **withMerge:** do not use cloneDeep ([4a7f51f](https://github.com/Workpop/dux/commit/4a7f51f))
<a name="2.1.2"></a>

@@ -7,0 +17,0 @@ ## [2.1.2](https://github.com/Workpop/dux/compare/v2.1.1...v2.1.2) (2017-08-08)

9

dist/reducers/common.js

@@ -7,6 +7,2 @@ 'use strict';

var _cloneDeep2 = require('lodash/cloneDeep');
var _cloneDeep3 = _interopRequireDefault(_cloneDeep2);
var _merge2 = require('lodash/merge');

@@ -16,4 +12,2 @@

var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
exports.withClear = withClear;

@@ -78,4 +72,3 @@ exports.withSet = withSet;

{
var stateClone = (0, _cloneDeep3.default)(state);
return _extends({}, (0, _merge3.default)(stateClone, (0, _utils.getDataFromAction)(action)));
return (0, _merge3.default)({}, state, (0, _utils.getDataFromAction)(action));
}

@@ -82,0 +75,0 @@ default:

{
"name": "@workpop/dux",
"version": "2.1.2",
"version": "2.1.3",
"description": "HOC Redux Functions",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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