Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@azure/core-auth

Package Overview
Dependencies
Maintainers
1
Versions
309
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.1-dev.20200401.1 to 1.1.1-dev.20200402.2

types/3.1/core-auth.d.ts

3

CHANGELOG.md
# Release History
## 1.1.1 (Unreleased)
## 1.1.1 (2020-04-01)
- Provided down-leveled type declaration files for users of older TypeScript versions between 3.1 and 3.6.

@@ -6,0 +7,0 @@ ## 1.1.0 (2020-03-31)

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

@@ -8,3 +8,10 @@ "sdk-type": "client",

"module": "dist-esm/src/index.js",
"types": "types/core-auth.d.ts",
"types": "./types/latest/core-auth.d.ts",
"typesVersions": {
"<3.6": {
"types/latest/*": [
"types/3.1/*"
]
}
},
"scripts": {

@@ -16,3 +23,4 @@ "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",

"build:test": "tsc -p . && rollup -c rollup.test.config.js 2>&1",
"build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local",
"build:types": "downlevel-dts types/latest types/3.1",
"build": "tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types",
"check-format": "prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",

@@ -40,3 +48,4 @@ "clean": "rimraf dist dist-esm test-dist types *.tgz *.log",

"dist-esm/src/",
"types/core-auth.d.ts",
"types/latest/core-auth.d.ts",
"types/3.1",
"README.md",

@@ -80,2 +89,3 @@ "LICENSE"

"cross-env": "^6.0.3",
"downlevel-dts": "~0.4.0",
"eslint": "^6.1.0",

@@ -82,0 +92,0 @@ "eslint-config-prettier": "^6.0.0",

@@ -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/58bbeeea839b278d1238f908a3cec53749d636c3/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/5cecc379f1c36574b0aaf065d9a94646b97dcb2c/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/).

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