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

botbuilder-stdlib

Package Overview
Dependencies
Maintainers
3
Versions
418
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.2-dev1.internal to 4.23.2-internal

1

lib/stringify.js

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

exports.stringify = void 0;
/* eslint-disable @typescript-eslint/no-explicit-any */
/**

@@ -9,0 +8,0 @@ * Encapsulates JSON.stringify function to detect and handle different types of errors (eg. Circular Structure).

7

package.json

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

"description": "BotBuilder shared libraries, internal only",
"version": "4.23.2-dev1.internal",
"version": "4.23.2-internal",
"internal": true,

@@ -13,5 +13,2 @@ "license": "MIT",

},
"dependencies": {
"eslint-plugin-only-warn": "^1.1.0"
},
"repository": {

@@ -25,3 +22,3 @@ "type": "git",

"depcheck": "depcheck --config ../../.depcheckrc",
"lint": "eslint .",
"lint": "eslint . --config ../../eslint.config.cjs",
"postbuild": "downlevel-dts lib _ts3.4/lib",

@@ -28,0 +25,0 @@ "test": "yarn build && nyc mocha --check-leaks tests"

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

maxRetries: number,
initialDelay = 500
initialDelay = 500,
): Promise<T | undefined> {

@@ -18,0 +18,0 @@ let delay = initialDelay,

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/* eslint-disable @typescript-eslint/no-explicit-any */
/**

@@ -67,3 +65,3 @@ * Encapsulates JSON.stringify function to detect and handle different types of errors (eg. Circular Structure).

},
space
space,
);

@@ -70,0 +68,0 @@ }

@@ -14,2 +14,2 @@ // Copyright (c) Microsoft Corporation.

// Extends<T> mimics Newable<T>, but works for abstract classes as well
export type Extends<T> = Function & { prototype: T }; // eslint-disable-line @typescript-eslint/ban-types
export type Extends<T> = Function & { prototype: T }; // eslint-disable-line @typescript-eslint/no-unsafe-function-type

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