New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

conduxion

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conduxion - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

dist/core/action-creator.factory.d.ts

@@ -5,3 +5,3 @@ import { ActionCreator, Action, ActionType, ActionState, ActionPayload, ActionDeps, ActionReducer, Consequence, ActionGuard } from './types';

type: ActionType<A>;
reducer: ActionReducer<ActionState<A>, ActionPayload<A>>;
reducer?: ActionReducer<ActionState<A>, ActionPayload<A>>;
isError?: boolean;

@@ -8,0 +8,0 @@ consequence?: Consequence<ActionState<A>, ActionDeps<A>, ActionPayload<A>>;

{
"name": "conduxion",
"version": "1.0.6",
"version": "1.0.7",
"description": "Consequential Redux Actions",

@@ -5,0 +5,0 @@ "keywords": [

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