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

@microsoft/bf-dispatcher

Package Overview
Dependencies
Maintainers
6
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/bf-dispatcher - npm Package Compare versions

Comparing version 4.12.0-beta.20210225.6744890 to 4.12.0-beta.20210227.ba15791

18

lib/utility/Utility.d.ts

@@ -9,2 +9,3 @@ /**

static toPrintDebuggingLogToConsole: boolean;
static toPrintDetailedDebuggingLogToConsole: boolean;
static toObfuscateLabelTextInReportUtility: boolean;

@@ -235,3 +236,19 @@ static epsilon: number;

static debuggingLog(message: any): string;
static debuggingLog1(message: any, objectArgument0: any): string;
static debuggingLog2(message: any, objectArgument0: any, objectArgument1: any): string;
static debuggingLog3(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any): string;
static debuggingLog4(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgument3: any): string;
static debuggingNamedLog1(message: any, objectArgument0: any, objectArgumentName0?: string): string;
static debuggingNamedLog2(message: any, objectArgument0: any, objectArgument1: any, objectArgumentName0?: string, objectArgumentName1?: string): string;
static debuggingNamedLog3(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgumentName0?: string, objectArgumentName1?: string, objectArgumentName2?: string): string;
static debuggingNamedLog4(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgument3: any, objectArgumentName0?: string, objectArgumentName1?: string, objectArgumentName2?: string, objectArgumentName3?: string): string;
static debuggingThrow(message: any): void;
static debuggingThrow1(message: any, objectArgument0: any): void;
static debuggingThrow2(message: any, objectArgument0: any, objectArgument1: any): void;
static debuggingThrow3(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any): void;
static debuggingThrow4(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgument3: any): void;
static debuggingNamedThrow1(message: any, objectArgument0: any, objectArgumentName0?: string): void;
static debuggingNamedThrow2(message: any, objectArgument0: any, objectArgument1: any, objectArgumentName0?: string, objectArgumentName1?: string): void;
static debuggingNamedThrow3(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgumentName0?: string, objectArgumentName1?: string, objectArgumentName2?: string): void;
static debuggingNamedThrow4(message: any, objectArgument0: any, objectArgument1: any, objectArgument2: any, objectArgument3: any, objectArgumentName0?: string, objectArgumentName1?: string, objectArgumentName2?: string, objectArgumentName3?: string): void;
static almostEqual(first: number, second: number): boolean;

@@ -286,2 +303,3 @@ static almostEqualRough(first: number, second: number): boolean;

static findValueCountPairQuantiles(inputValueCountPairArray: Array<[number, number]>, quantileConfiguration: number): number[] | undefined;
static stringToUtf8EncodedUint8Array(input: string): Uint8Array;
static round(input: number, digits?: number): number;

@@ -288,0 +306,0 @@ static getBolded(input: any): string;

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"4.12.0-beta.20210225.6744890","commands":{}}
{"version":"4.12.0-beta.20210227.ba15791","commands":{}}
{
"name": "@microsoft/bf-dispatcher",
"description": "Dispatcher contains a Softmax learner initially used for auto-active-learning down-sampling and a ML confusion-matrix evaluator on intent classification models.",
"version": "4.12.0-beta.20210225.6744890",
"version": "4.12.0-beta.20210227.ba15791",
"author": "Microsoft",

@@ -6,0 +6,0 @@ "bugs": "https://github.com/microsoft/botframework-cli/issues",

Sorry, the diff of this file is too big to display

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