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

2

lib/index.js

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

actionCreatorMap[actionName] = makeActionCreator(actionType, actionArgumentNames);
reducerMap[actionName] = reducerFunction;
reducerMap[actionType] = reducerFunction;
typeMap[actionName] = actionType;

@@ -105,0 +105,0 @@

{
"name": "duckfactory",
"version": "1.2.0",
"version": "1.2.1",
"description": "Factory for creating redux ducks",

@@ -25,6 +25,6 @@ "main": "lib/index.js",

"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0"
"babel-runtime": "^6.23.0",
"deep-freeze": "^0.0.1"
},
"devDependencies": {
"jsdom": "^9.11.0",
"babel-cli": "^6.23.0",

@@ -39,2 +39,3 @@ "babel-core": "^6.23.1",

"eslint-plugin-react": "^6.10.0",
"jsdom": "^9.11.0",
"mocha": "3.2.0",

@@ -41,0 +42,0 @@ "rimraf": "^2.6.1"

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