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

demux

Package Overview
Dependencies
Maintainers
3
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

demux - npm Package Compare versions

Comparing version 5.0.2-497 to 5.0.2-500

4

dist/AbstractActionHandler.d.ts

@@ -70,5 +70,5 @@ /// <reference types="bunyan" />

* @param subscribedType The type the Updater of Effect is subscribed to
* @param _payload The payload of the incoming action.
* @param _payload The payload of the incoming Action.
*/
protected matchActionType(candidateType: string, subscribedType: string, _payload: any): boolean;
protected matchActionType(candidateType: string, subscribedType: string, _payload?: any): boolean;
/**

@@ -75,0 +75,0 @@ * Process actions against deterministically accumulating `Updater` functions. Returns a promise of versioned actions

@@ -108,3 +108,3 @@ "use strict";

* @param subscribedType The type the Updater of Effect is subscribed to
* @param _payload The payload of the incoming action.
* @param _payload The payload of the incoming Action.
*/

@@ -111,0 +111,0 @@ matchActionType(candidateType, subscribedType, _payload) {

{
"name": "demux",
"version": "5.0.2-497",
"version": "5.0.2-500",
"author": {

@@ -5,0 +5,0 @@ "name": "block.one",

Sorry, the diff of this file is not supported yet

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