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

azure-kusto-data

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-kusto-data - npm Package Compare versions

Comparing version 7.0.0-alpha.0 to 7.0.0-alpha.1

3

dist-esm/src/tokenProvider.js

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

this.appClientId, // The app registration client Id in the AAD tenant
this.appKey // The app registration secret for the registered application
);
this.appKey);
}

@@ -251,0 +250,0 @@ context() {

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// SDK_VERSION should be updated in all 3 package.json and lerna.json(by running lerna version)
export const SDK_VERSION = "5.2.1";
export const SDK_VERSION = "7.0.0-alpha.1";
//# sourceMappingURL=version.js.map
{
"name": "azure-kusto-data",
"version": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"description": "Azure Data Explorer Query SDK",
"type": "module",
"main": "dist-esm/src/index.js",
"exports": {

@@ -63,2 +64,3 @@ ".": {

"dependencies": {
"@azure/core-util": "^1.10.0",
"@azure/identity": "^4.0.1",

@@ -72,3 +74,3 @@ "@types/uuid": "^8.3.4",

},
"gitHead": "e09b5fe882833ca9890bbd332e80206701c28f85"
"gitHead": "7d97fb4354a6546333e194c29d6bceb1f4d78efa"
}

@@ -27,6 +27,6 @@ import { KustoHeaders } from "./clientDetails.js";

[option: string]: any;
} | undefined;
};
Parameters?: {
[option: string]: any;
} | undefined;
};
} | null;

@@ -36,6 +36,6 @@ toJSON(): {

[option: string]: any;
} | undefined;
};
Parameters?: {
[option: string]: any;
} | undefined;
};
} | null;

@@ -42,0 +42,0 @@ toString(): string;

@@ -77,3 +77,3 @@ import { DeviceCodeInfo, InteractiveBrowserCredentialInBrowserOptions, InteractiveBrowserCredentialNodeOptions } from "@azure/identity";

readonly MaxPort = 65536;
constructor(kustoUri: string, interactiveCredentialOptions?: InteractiveBrowserCredentialNodeOptions | InteractiveBrowserCredentialInBrowserOptions | undefined, timeoutMs?: number);
constructor(kustoUri: string, interactiveCredentialOptions?: (InteractiveBrowserCredentialInBrowserOptions | InteractiveBrowserCredentialNodeOptions) | undefined, timeoutMs?: number);
getCredential(): TokenCredential;

@@ -80,0 +80,0 @@ private getRandomPortInRange;

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

export declare const SDK_VERSION = "5.2.1";
export declare const SDK_VERSION = "7.0.0-alpha.1";
//# sourceMappingURL=version.d.ts.map

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