You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

botbuilder-stdlib

Package Overview
Dependencies
Maintainers
3
Versions
421
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

to
4.23.3-dev2.internal

_ts3.4/lib/azureCoreHttpCompat/response.d.ts

2

_ts3.4/lib/azureCoreHttpCompat/compat.d.ts
export * from './interfaces';
export { ProxySettings } from '@azure/core-rest-pipeline';
export { WebResourceLike, CompatResponse as HttpOperationResponse, RequestPolicy as HttpClient, } from '@azure/core-http-compat';
export { HttpHeaders } from '../../node_modules/@azure/core-http-compat/dist/commonjs/util';
export { HttpHeaders } from './util';
export { TokenCredential, isTokenCredential } from '@azure/core-auth';

@@ -6,0 +6,0 @@ export { createSerializer, OperationURLParameter, OperationQueryParameter, OperationSpec, CompositeMapper, } from '@azure/core-client';

export * from './interfaces';
export { ProxySettings } from '@azure/core-rest-pipeline';
export { WebResourceLike, CompatResponse as HttpOperationResponse, RequestPolicy as HttpClient, } from '@azure/core-http-compat';
export { HttpHeaders } from '../../node_modules/@azure/core-http-compat/dist/commonjs/util';
export { HttpHeaders } from './util';
export { TokenCredential, isTokenCredential } from '@azure/core-auth';

@@ -6,0 +6,0 @@ export { createSerializer, OperationURLParameter, OperationQueryParameter, OperationSpec, CompositeMapper, } from '@azure/core-client';

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

// Re-export. Can't access the HttpHeaders directly from the @azure/core-http-compat package because it is not defined in the package.json 'exports' property.
var util_1 = require("../../node_modules/@azure/core-http-compat/dist/commonjs/util");
var util_1 = require("./util");
Object.defineProperty(exports, "HttpHeaders", { enumerable: true, get: function () { return util_1.HttpHeaders; } });

@@ -32,3 +32,3 @@ // Re-export only TokenCredential, isTokenCredential as they are the same as the deprecated core-http library.

const core_rest_pipeline_1 = require("@azure/core-rest-pipeline");
const util_2 = require("../../node_modules/@azure/core-http-compat/dist/commonjs/util");
const util_2 = require("./util");
/**

@@ -35,0 +35,0 @@ * Creates a new WebResourceLike object from the provided resource.

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

const core_http_compat_1 = require("@azure/core-http-compat");
const response_1 = require("../../node_modules/@azure/core-http-compat/dist/commonjs/response");
const response_1 = require("./response");
const core_rest_pipeline_1 = require("@azure/core-rest-pipeline");

@@ -33,0 +33,0 @@ const compat_1 = require("./compat");

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

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

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

},
"devDependencies": {
"copyfiles": "^2.4.1"
},
"repository": {

@@ -30,4 +33,5 @@ "type": "git",

"depcheck": "depcheck --config ../../.depcheckrc",
"lint": "eslint . --config ../../eslint.config.cjs",
"postbuild": "downlevel-dts lib _ts3.4/lib",
"lint": "eslint . --config ../../eslint.config.cjs --ignore-pattern src/azureCoreHttpCompat/{util,response}.{d.ts,js}",
"prebuild": "copyfiles -f node_modules/@azure/core-http-compat/dist/commonjs/{util,response}.{d.ts,js} src/azureCoreHttpCompat",
"postbuild": "copyfiles -f src/azureCoreHttpCompat/{util,response}.{d.ts,js} lib/azureCoreHttpCompat && downlevel-dts lib _ts3.4/lib",
"test": "yarn build && nyc mocha --check-leaks tests"

@@ -34,0 +38,0 @@ },

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

// Re-export. Can't access the HttpHeaders directly from the @azure/core-http-compat package because it is not defined in the package.json 'exports' property.
export { HttpHeaders } from '../../node_modules/@azure/core-http-compat/dist/commonjs/util';
export { HttpHeaders } from './util';

@@ -34,3 +34,3 @@ // Re-export only TokenCredential, isTokenCredential as they are the same as the deprecated core-http library.

import { PipelineRequestOptions, createPipelineRequest } from '@azure/core-rest-pipeline';
import { toWebResourceLike } from '../../node_modules/@azure/core-http-compat/dist/commonjs/util';
import { toWebResourceLike } from './util';

@@ -37,0 +37,0 @@ /**

@@ -13,3 +13,3 @@ /**

import { convertHttpClient, createRequestPolicyFactoryPolicy } from '@azure/core-http-compat';
import { toCompatResponse } from '../../node_modules/@azure/core-http-compat/dist/commonjs/response';
import { toCompatResponse } from './response';
import { PipelineRequest, PipelinePolicy, createHttpHeaders } from '@azure/core-rest-pipeline';

@@ -16,0 +16,0 @@ import {

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.