Socket
Socket
Sign inDemoInstall

@azure/core-auth

Package Overview
Dependencies
Maintainers
1
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azure/core-auth - npm Package Compare versions

Comparing version 1.0.1-dev.20191118.1 to 1.0.2

4

Changelog.md
# Changelog
# 1.0.2 - 2019-12-02
- Updated to use OpenTelemetry 0.2 via `@azure/core-tracing`
# 1.0.0 - 2019-10-29

@@ -4,0 +8,0 @@

11

package.json
{
"name": "@azure/core-auth",
"version": "1.0.1-dev.20191118.1",
"version": "1.0.2",
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",

@@ -58,3 +58,4 @@ "sdk-type": "client",

"@azure/abort-controller": "^1.0.0",
"@azure/core-tracing": "^1.0.0-dev",
"@azure/core-tracing": "1.0.0-preview.7",
"@opentelemetry/types": "^0.2.0",
"tslib": "^1.9.3"

@@ -65,2 +66,3 @@ },

"@microsoft/api-extractor": "^7.5.4",
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-replace": "^2.2.0",

@@ -72,3 +74,3 @@ "@types/mocha": "^5.2.5",

"assert": "^1.4.1",
"cross-env": "^5.2.0",
"cross-env": "^6.0.3",
"eslint": "^6.1.0",

@@ -87,3 +89,2 @@ "eslint-config-prettier": "^6.0.0",

"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-multi-entry": "^2.1.0",

@@ -93,3 +94,3 @@ "rollup-plugin-node-resolve": "^5.0.2",

"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-visualizer": "^2.0.0",
"rollup-plugin-visualizer": "^3.1.1",
"typescript": "~3.6.4",

@@ -96,0 +97,0 @@ "util": "^0.12.1"

@@ -15,3 +15,3 @@ ## Azure Core Authentication

If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/2dfd6bc1f29cd2485b696e64858467042ad2c339/CONTRIBUTING.md) to learn more about how to build and test the code.
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/tree/48cdcfb307b4754c1cac269ef2867c70206492af/CONTRIBUTING.md) to learn more about how to build and test the code.

@@ -18,0 +18,0 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).

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

import { AbortSignalLike } from "@azure/abort-controller";
import { SpanOptions } from "@azure/core-tracing";
import { SpanOptions } from "@opentelemetry/types";

@@ -8,0 +8,0 @@ /**

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { AbortSignalLike } from "@azure/abort-controller";
import { OperationOptions } from "./operationOptions";

@@ -24,4 +23,3 @@

*/
export interface GetTokenOptions extends OperationOptions {
}
export interface GetTokenOptions extends OperationOptions {}

@@ -28,0 +26,0 @@ /**

import { AbortSignalLike } from '@azure/abort-controller';
import { SpanOptions } from '@azure/core-tracing';
import { SpanOptions } from '@opentelemetry/types';
export { AbortSignalLike }

@@ -4,0 +4,0 @@

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