Socket
Socket
Sign inDemoInstall

@eknkc/dux

Package Overview
Dependencies
1
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0 to 3.0.1

1

build.js

@@ -131,2 +131,3 @@ 'use strict';

var key = keys[i];
if (key === 'default') continue;
var action = actions[key];

@@ -133,0 +134,0 @@ if (typeof action === 'function') {

@@ -89,2 +89,3 @@ import Immutable from 'seamless-immutable'

var key = keys[i]
if (key === 'default') continue;
var action = actions[key]

@@ -91,0 +92,0 @@ if (typeof action === 'function') {

2

package.json
{
"name": "@eknkc/dux",
"version": "3.0.0",
"version": "3.0.1",
"description": "Redux helpers",

@@ -5,0 +5,0 @@ "main": "build.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc