Socket
Socket
Sign inDemoInstall

botbuilder-stdlib

Package Overview
Dependencies
Maintainers
3
Versions
411
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-dev.internal.20240405 to 4.23.0-internal

_ts3.4/lib/stringify.d.ts

1

_ts3.4/lib/index.d.ts

@@ -7,2 +7,3 @@ export * from './types';

export { retry } from './retry';
export { stringify } from './stringify';
//# sourceMappingURL=index.d.ts.map

@@ -6,2 +6,3 @@ export * from './types';

export { retry } from './retry';
export { stringify } from './stringify';
//# sourceMappingURL=index.d.ts.map

4

lib/index.js

@@ -31,3 +31,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.retry = exports.maybeCast = exports.delay = exports.stringExt = void 0;
exports.stringify = exports.retry = exports.maybeCast = exports.delay = exports.stringExt = void 0;
__exportStar(require("./types"), exports);

@@ -41,2 +41,4 @@ exports.stringExt = __importStar(require("./stringExt"));

Object.defineProperty(exports, "retry", { enumerable: true, get: function () { return retry_1.retry; } });
var stringify_1 = require("./stringify");
Object.defineProperty(exports, "stringify", { enumerable: true, get: function () { return stringify_1.stringify; } });
//# sourceMappingURL=index.js.map

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

"description": "BotBuilder shared libraries, internal only",
"version": "4.23.0-dev.internal.20240405",
"version": "4.23.0-internal",
"internal": true,

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

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

export { retry } from './retry';
export { stringify } from './stringify';

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