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.1.3 to 1.1.4-alpha.20200903.1

4

CHANGELOG.md
# Release History
## 1.1.4 (Unreleased)
- Updated to use OpenTelemetry 0.10.2 via `@azure/core-tracing`
## 1.1.3 (2020-06-30)

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

13

package.json
{
"name": "@azure/core-auth",
"version": "1.1.3",
"version": "1.1.4-alpha.20200903.1",
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",

@@ -24,7 +24,7 @@ "sdk-type": "client",

"build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types",
"check-format": "prettier --list-different --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"clean": "rimraf dist dist-esm test-dist types *.tgz *.log",
"execute:samples": "echo skipped",
"extract-api": "tsc -p . && api-extractor run --local",
"format": "prettier --write --config ../../.prettierrc.json --ignore-path ../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
"integration-test:browser": "echo skipped",

@@ -56,3 +56,2 @@ "integration-test:node": "echo skipped",

"authentication",
"Azure",
"cloud"

@@ -72,8 +71,8 @@ ],

"@azure/abort-controller": "^1.0.0",
"@azure/core-tracing": "1.0.0-preview.8",
"@opentelemetry/api": "^0.6.1",
"@azure/core-tracing": "^1.0.0-alpha",
"@opentelemetry/api": "^0.10.2",
"tslib": "^2.0.0"
},
"devDependencies": {
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
"@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha",
"@microsoft/api-extractor": "7.7.11",

@@ -80,0 +79,0 @@ "@rollup/plugin-commonjs": "11.0.2",

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