Socket
Socket
Sign inDemoInstall

@azure/core-auth

Package Overview
Dependencies
Maintainers
2
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.0-preview.2 to 1.0.0-preview.3

Changelog.md

27

package.json
{
"name": "@azure/core-auth",
"version": "1.0.0-preview.2",
"version": "1.0.0-preview.3",
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK",

@@ -27,3 +27,3 @@ "sdk-type": "client",

"lint:fix": "eslint \"src/**/*.ts\" \"test/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]",
"lint": "eslint -c ../../.eslintrc.json src test --ext .ts -f node_modules/eslint-detailed-reporter/lib/detailed.js -o template-lintReport.html || exit 0",
"lint": "eslint -c ../../.eslintrc.json src test --ext .ts -f html -o template-lintReport.html || exit 0",
"pack": "npm pack 2>&1",

@@ -56,3 +56,3 @@ "prebuild": "npm run clean",

"engine": {
"node": ">=6.0.0"
"node": ">=8.0.0"
},

@@ -62,4 +62,4 @@ "homepage": "https://github.com/azure/azure-sdk-for-js/tree/master/sdk/core/core-auth",

"dependencies": {
"tslib": "^1.9.3",
"@azure/abort-controller": "1.0.0-preview.1"
"@azure/abort-controller": "1.0.0-preview.2",
"tslib": "^1.9.3"
},

@@ -70,9 +70,8 @@ "devDependencies": {

"@types/node": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"assert": "^1.4.1",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"eslint-detailed-reporter": "^0.8.0",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-no-null": "^1.0.2",

@@ -82,7 +81,7 @@ "eslint-plugin-no-only-tests": "^2.3.0",

"inherits": "^2.0.3",
"mocha": "^5.2.0",
"mocha": "^6.2.0",
"mocha-junit-reporter": "^1.18.0",
"mocha-multi": "^1.0.1",
"mocha-multi": "^1.1.3",
"prettier": "^1.16.4",
"rimraf": "^2.6.2",
"rimraf": "^3.0.0",
"rollup": "^1.16.3",

@@ -98,4 +97,4 @@ "rollup-plugin-commonjs": "^10.0.0",

"typescript": "^3.2.2",
"util": "^0.11.1"
"util": "^0.12.1"
}
}

@@ -29,2 +29,10 @@ // Copyright (c) Microsoft Corporation.

abortSignal?: AbortSignalLike;
/**
* Timeout for pinging services
*/
timeout?: number;
/**
* Options to create a span using the tracer if any was set.
*/
spanOptions?: any;
}

@@ -31,0 +39,0 @@

@@ -27,2 +27,10 @@ import { AbortSignalLike } from '@azure/abort-controller';

abortSignal?: AbortSignalLike;
/**
* Timeout for pinging services
*/
timeout?: number;
/**
* Options to create a span using the tracer if any was set.
*/
spanOptions?: any;
}

@@ -29,0 +37,0 @@

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