Socket
Socket
Sign inDemoInstall

@eknkc/dux

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eknkc/dux - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

build.js

@@ -47,3 +47,3 @@ 'use strict';

if (!_seamlessImmutable2.default.isImmutable(state)) throw new TypeError('Reducers must return Immutable objects.');
if (!_seamlessImmutable2.default.isImmutable(state)) state = (0, _seamlessImmutable2.default)(state);
}

@@ -50,0 +50,0 @@

@@ -29,3 +29,3 @@ import Immutable from 'seamless-immutable'

if (!Immutable.isImmutable(state))
throw new TypeError('Reducers must return Immutable objects.');
state = Immutable(state);
}

@@ -32,0 +32,0 @@

{
"name": "@eknkc/dux",
"version": "2.0.1",
"version": "2.0.2",
"description": "Redux helpers",

@@ -5,0 +5,0 @@ "main": "build.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