@azure/identity
Advanced tools
Comparing version 4.1.0-alpha.20240208.1 to 4.1.0-alpha.20240215.2
{ | ||
"name": "@azure/identity", | ||
"sdk-type": "client", | ||
"version": "4.1.0-alpha.20240208.1", | ||
"version": "4.1.0-alpha.20240215.2", | ||
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID", | ||
@@ -58,3 +58,3 @@ "main": "dist/index.js", | ||
"integration-test:browser": "echo skipped", | ||
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'", | ||
"integration-test:node": "dev-tool run test:node-js-input --use-esm-workaround=false -- --timeout 180000 'dist-esm/test/public/node/*.spec.js' 'dist-esm/test/internal/node/*.spec.js'", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
@@ -163,5 +163,4 @@ "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]", | ||
"typescript": "~5.3.3", | ||
"util": "^0.12.1", | ||
"esm": "^3.2.18" | ||
"util": "^0.12.1" | ||
} | ||
} |
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
1475562
38