@azure/core-auth
Advanced tools
Comparing version 1.1.4-alpha.20201217.1 to 1.1.4-alpha.20201218.1
{ | ||
"name": "@azure/core-auth", | ||
"version": "1.1.4-alpha.20201217.1", | ||
"version": "1.1.4-alpha.20201218.1", | ||
"description": "Provides low-level interfaces and helper methods for authentication in Azure SDK", | ||
@@ -41,3 +41,4 @@ "sdk-type": "client", | ||
"unit-test:node": "mocha test-dist/**/*.js --reporter ../../../common/tools/mocha-multi-reporter.js", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser" | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"docs": "typedoc --excludePrivate --excludeNotExported --mode file --out ./dist/docs ./src" | ||
}, | ||
@@ -98,4 +99,5 @@ "files": [ | ||
"typescript": "4.1.2", | ||
"util": "^0.12.1" | ||
"util": "^0.12.1", | ||
"typedoc": "0.15.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28629
25