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

botbuilder-stdlib

Package Overview
Dependencies
Maintainers
4
Versions
414
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.20.0-dev.internal.20230508.c2abd7d to 4.20.0-dev.internal.20230510.192d4b2

8

_ts3.4/lib/types.d.ts

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

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 & {
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 & {
prototype: T;
};
//# sourceMappingURL=types.d.ts.map

@@ -6,3 +6,7 @@ "use strict";

if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -9,0 +13,0 @@ if (k2 === undefined) k2 = k;

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

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 & {
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 & {
prototype: T;
};
//# sourceMappingURL=types.d.ts.map

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

"description": "BotBuilder shared libraries, internal only",
"version": "4.20.0-dev.internal.20230508.c2abd7d",
"version": "4.20.0-dev.internal.20230510.192d4b2",
"internal": true,

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

@@ -28,3 +28,3 @@ // Copyright (c) Microsoft Corporation.

return await promise(n);
} catch (err) {
} catch (err: any) {
maybeError = err;

@@ -31,0 +31,0 @@

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