Socket
Socket
Sign inDemoInstall

botbuilder-stdlib

Package Overview
Dependencies
Maintainers
3
Versions
412
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

botbuilder-stdlib - npm Package Compare versions

Comparing version 4.23.0-rc1.internal to 4.23.1-internal

8

_ts3.4/lib/types.d.ts

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

export type Nil = null | undefined;
export type Maybe<T> = T | Nil;
export type Newable<T, A extends unknown[] = unknown[]> = new (...args: A) => T;
export type Extends<T> = Function & {
export declare type Nil = null | undefined;
export declare type Maybe<T> = T | Nil;
export declare type Newable<T, A extends unknown[] = unknown[]> = new (...args: A) => T;
export declare type Extends<T> = Function & {
prototype: T;
};
//# sourceMappingURL=types.d.ts.map

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

export type Nil = null | undefined;
export type Maybe<T> = T | Nil;
export type Newable<T, A extends unknown[] = unknown[]> = new (...args: A) => T;
export type Extends<T> = Function & {
export declare type Nil = null | undefined;
export declare type Maybe<T> = T | Nil;
export declare type Newable<T, A extends unknown[] = unknown[]> = new (...args: A) => T;
export declare type Extends<T> = Function & {
prototype: T;
};
//# sourceMappingURL=types.d.ts.map

@@ -5,3 +5,3 @@ {

"description": "BotBuilder shared libraries, internal only",
"version": "4.23.0-rc1.internal",
"version": "4.23.1-internal",
"internal": true,

@@ -8,0 +8,0 @@ "license": "MIT",

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