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.2.0 to 2.2.1

2

build.js

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

return names.reduce(function (actions, name) {
return Object.assign(actions, _defineProperty({}, name, createAction(options.prefix + name)));
return Object.assign(actions, _defineProperty({}, name, createAction(options.prefix + ":" + name)));
}, {});

@@ -58,0 +58,0 @@ }

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

return names.reduce((actions, name) => Object.assign(actions, { [name]: createAction(options.prefix + name) }), {});
return names.reduce((actions, name) => Object.assign(actions, { [name]: createAction(options.prefix + ":" + name) }), {});
}

@@ -31,0 +31,0 @@

{
"name": "@eknkc/dux",
"version": "2.2.0",
"version": "2.2.1",
"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