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-525 to 5.0.2-528

4

dist/AbstractActionHandler.d.ts
/// <reference types="bunyan" />
import { Logger } from './BunyanProvider';
import { Action, ActionReaderOptions, Effect, EffectRunMode, HandlerInfo, HandlerVersion, IndexState, NextBlock, VersionedAction } from './interfaces';
import { Action, ActionHandlerOptions, Effect, EffectRunMode, HandlerInfo, HandlerVersion, IndexState, NextBlock, VersionedAction } from './interfaces';
/**

@@ -29,3 +29,3 @@ * Takes `block`s output from implementations of `AbstractActionReader` and processes their actions through the

*/
constructor(handlerVersions: HandlerVersion[], options?: ActionReaderOptions);
constructor(handlerVersions: HandlerVersion[], options?: ActionHandlerOptions);
/**

@@ -32,0 +32,0 @@ * Receive block, validate, and handle actions with updaters and effects

@@ -29,3 +29,3 @@ import { LogLevel } from 'bunyan';

}
export interface ActionReaderOptions {
export interface ActionHandlerOptions {
effectRunMode?: EffectRunMode;

@@ -32,0 +32,0 @@ maxEffectErrors?: number;

{
"name": "demux",
"version": "5.0.2-525",
"version": "5.0.2-528",
"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