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

@azure/core-amqp

Package Overview
Dependencies
Maintainers
0
Versions
432
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/core-amqp - npm Package Compare versions

Comparing version 4.3.4-alpha.20241216.1 to 4.3.4-alpha.20241218.2

1

dist/browser/index.js
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/// <reference lib="es2020" />
export { RequestResponseLink } from "./requestResponseLink.js";

@@ -5,0 +4,0 @@ export { retry, RetryOperationType, RetryMode } from "./retry.js";

@@ -1,17 +0,2 @@

declare global {
interface HmacImportParams {
name: string;
hash: {
name: string;
};
}
interface CryptoKey {
algorithm: HmacImportParams;
type: string;
extractable: boolean;
usages: string[];
}
function btoa(input: string): string;
}
export declare function signString(key: string, toSign: string): Promise<string>;
//# sourceMappingURL=hmacSha256.common.d.ts.map

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

const tslib_1 = require("tslib");
/// <reference lib="es2020" />
var requestResponseLink_js_1 = require("./requestResponseLink.js");

@@ -10,0 +9,0 @@ Object.defineProperty(exports, "RequestResponseLink", { enumerable: true, get: function () { return requestResponseLink_js_1.RequestResponseLink; } });

@@ -1,17 +0,2 @@

declare global {
interface HmacImportParams {
name: string;
hash: {
name: string;
};
}
interface CryptoKey {
algorithm: HmacImportParams;
type: string;
extractable: boolean;
usages: string[];
}
function btoa(input: string): string;
}
export declare function signString(key: string, toSign: string): Promise<string>;
//# sourceMappingURL=hmacSha256.common.d.ts.map
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/// <reference lib="es2020" />
export { RequestResponseLink } from "./requestResponseLink.js";

@@ -5,0 +4,0 @@ export { retry, RetryOperationType, RetryMode } from "./retry.js";

@@ -1,17 +0,2 @@

declare global {
interface HmacImportParams {
name: string;
hash: {
name: string;
};
}
interface CryptoKey {
algorithm: HmacImportParams;
type: string;
extractable: boolean;
usages: string[];
}
function btoa(input: string): string;
}
export declare function signString(key: string, toSign: string): Promise<string>;
//# sourceMappingURL=hmacSha256.common.d.ts.map
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/// <reference lib="es2020" />
export { RequestResponseLink } from "./requestResponseLink.js";

@@ -5,0 +4,0 @@ export { retry, RetryOperationType, RetryMode } from "./retry.js";

@@ -1,17 +0,2 @@

declare global {
interface HmacImportParams {
name: string;
hash: {
name: string;
};
}
interface CryptoKey {
algorithm: HmacImportParams;
type: string;
extractable: boolean;
usages: string[];
}
function btoa(input: string): string;
}
export declare function signString(key: string, toSign: string): Promise<string>;
//# sourceMappingURL=hmacSha256.common.d.ts.map

2

package.json
{
"name": "@azure/core-amqp",
"sdk-type": "client",
"version": "4.3.4-alpha.20241216.1",
"version": "4.3.4-alpha.20241218.2",
"description": "Common library for amqp based azure sdks like @azure/event-hubs.",

@@ -6,0 +6,0 @@ "author": "Microsoft Corporation",

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

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

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

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

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

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