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-dev.20200429.1 to 1.1.3-dev.20200506.1

2

dist-esm/src/azureKeyCredential.js
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// Licensed under the MIT license.
/**

@@ -4,0 +4,0 @@ * A static-key-based credential that supports updating

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// Licensed under the MIT license.
export { AzureKeyCredential } from "./azureKeyCredential";
export { isTokenCredential } from "./tokenCredential";
//# sourceMappingURL=index.js.map
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// Licensed under the MIT license.
/**

@@ -4,0 +4,0 @@ * Tests an object to determine whether it implements TokenCredential.

@@ -6,3 +6,3 @@ 'use strict';

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// Licensed under the MIT license.
/**

@@ -45,3 +45,3 @@ * A static-key-based credential that supports updating

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// Licensed under the MIT license.
/**

@@ -48,0 +48,0 @@ * Tests an object to determine whether it implements TokenCredential.

{
"name": "@azure/core-auth",
"version": "1.1.3-dev.20200429.1",
"version": "1.1.3-dev.20200506.1",
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",

@@ -32,4 +32,4 @@ "sdk-type": "client",

"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"lint:fix": "eslint package.json tsconfig.json \"src/**/*.ts\" \"test/**/*.ts\" --fix --fix-type [problem,suggestion]",
"lint": "eslint package.json tsconfig.json src test --ext .ts -f html -o template-lintReport.html || exit 0",
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
"lint": "eslint package.json api-extractor.json src test --ext .ts -f html -o core-auth-lintReport.html",
"pack": "npm pack 2>&1",

@@ -55,3 +55,5 @@ "prebuild": "npm run clean",

"azure",
"authentication"
"authentication",
"Azure",
"cloud"
],

@@ -61,8 +63,8 @@ "author": "Microsoft Corporation",

"bugs": {
"url": "https://github.com/azure/azure-sdk-for-js/issues"
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"engine": {
"engines": {
"node": ">=8.0.0"
},
"homepage": "https://github.com/azure/azure-sdk-for-js/tree/master/sdk/core/core-auth",
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-auth/README.md",
"sideEffects": false,

@@ -76,3 +78,3 @@ "dependencies": {

"devDependencies": {
"@azure/eslint-plugin-azure-sdk": "^2.0.1",
"@azure/eslint-plugin-azure-sdk": "^3.0.0-dev",
"@microsoft/api-extractor": "7.7.11",

@@ -79,0 +81,0 @@ "@rollup/plugin-commonjs": "^11.0.1",

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