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

duckfactory

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

duckfactory - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

5

lib/check.js

@@ -33,5 +33,6 @@ "use strict";

if (takenActionNames.has(actionName)) {
throw Error("Action name " + (0, _stringify2.default)(actionName) + " is already taken. Action names must be unique. " + "Existing names are: " + (0, _stringify2.default)(takenActionNames));
console.warn("Action name " + (0, _stringify2.default)(actionName) + " is already taken. " + "Action names must be unique (this may just be a case of a double initialization of Duckfactory). " + "Existing names are: " + (0, _stringify2.default)(takenActionNames));
} else {
takenActionNames.add(actionName);
}
takenActionNames.add(actionName);
};

@@ -38,0 +39,0 @@

2

package.json
{
"name": "duckfactory",
"version": "1.3.4",
"version": "1.3.5",
"description": "Factory for creating redux ducks",

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