New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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-480 to 5.0.2-485

dist/BunyanProvider.d.ts

3

dist/AbstractActionHandler.d.ts

@@ -1,2 +0,3 @@

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

@@ -3,0 +4,0 @@ /**

@@ -10,11 +10,4 @@ "use strict";

};
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const Logger = __importStar(require("bunyan"));
const BunyanProvider_1 = require("./BunyanProvider");
const errors_1 = require("./errors");

@@ -45,3 +38,3 @@ const interfaces_1 = require("./interfaces");

this.initHandlerVersions(handlerVersions);
this.log = Logger.createLogger({ name: 'demux' });
this.log = BunyanProvider_1.BunyanProvider.getLogger();
}

@@ -48,0 +41,0 @@ /**

@@ -1,2 +0,3 @@

import * as Logger from 'bunyan';
/// <reference types="bunyan" />
import { Logger } from './BunyanProvider';
import { ActionReaderOptions, Block, NextBlock, ReaderInfo } from './interfaces';

@@ -3,0 +4,0 @@ /**

@@ -10,11 +10,4 @@ "use strict";

};
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const Logger = __importStar(require("bunyan"));
const BunyanProvider_1 = require("./BunyanProvider");
const errors_1 = require("./errors");

@@ -44,3 +37,3 @@ const defaultBlock = {

this.onlyIrreversible = optionsWithDefaults.onlyIrreversible;
this.log = Logger.createLogger({ name: 'demux' });
this.log = BunyanProvider_1.BunyanProvider.getLogger();
}

@@ -47,0 +40,0 @@ /**

@@ -1,4 +0,5 @@

import * as Logger from 'bunyan';
/// <reference types="bunyan" />
import { AbstractActionHandler } from './AbstractActionHandler';
import { AbstractActionReader } from './AbstractActionReader';
import { Logger } from './BunyanProvider';
import { DemuxInfo } from './interfaces';

@@ -5,0 +6,0 @@ /**

@@ -10,11 +10,4 @@ "use strict";

};
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const Logger = __importStar(require("bunyan"));
const BunyanProvider_1 = require("./BunyanProvider");
const interfaces_1 = require("./interfaces");

@@ -34,3 +27,3 @@ /**

this.clean = true;
this.log = Logger.createLogger({ name: 'demux' });
this.log = BunyanProvider_1.BunyanProvider.getLogger();
}

@@ -37,0 +30,0 @@ /**

@@ -5,3 +5,4 @@ export { AbstractActionHandler } from './AbstractActionHandler';

export { ExpressActionWatcher } from './ExpressActionWatcher';
export { BunyanProvider, Logger } from './BunyanProvider';
export * from './interfaces';
export * from './errors';

@@ -14,4 +14,7 @@ "use strict";

exports.ExpressActionWatcher = ExpressActionWatcher_1.ExpressActionWatcher;
var BunyanProvider_1 = require("./BunyanProvider");
exports.BunyanProvider = BunyanProvider_1.BunyanProvider;
exports.Logger = BunyanProvider_1.Logger;
__export(require("./interfaces"));
__export(require("./errors"));
//# sourceMappingURL=index.js.map
{
"name": "demux",
"version": "5.0.2-480",
"version": "5.0.2-485",
"author": {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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