@advanced-rest-client/oauth-authorization
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -1,2 +0,4 @@ | ||
export {OAuth2AuthorizationElement} from './src/OAuth2AuthorizationElement.js'; | ||
export {OAuth2Authorization} from './src/OAuth2Authorization.js'; | ||
export { OAuth2AuthorizationElement } from './src/OAuth2AuthorizationElement'; | ||
export { OAuth1AuthorizationElement } from './src/OAuth1AuthorizationElement'; | ||
export { OAuth2Authorization } from './src/OAuth2Authorization'; | ||
export { AuthorizationError, CodeError } from './src/AuthorizationError'; |
export { OAuth2AuthorizationElement } from './src/OAuth2AuthorizationElement.js'; | ||
export { OAuth1AuthorizationElement } from './src/OAuth1AuthorizationElement.js'; | ||
export { OAuth2Authorization } from './src/OAuth2Authorization.js'; | ||
export { AuthorizationError, CodeError } from './src/AuthorizationError.js'; |
{ | ||
"name": "@advanced-rest-client/oauth-authorization", | ||
"description": "A set of elements that perform oauth authorization", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"license": "Apache-2.0", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"@advanced-rest-client/arc-events": "^0.2.13", | ||
"@advanced-rest-client/arc-types": "^0.2.45", | ||
"@advanced-rest-client/arc-types": "^0.2.47", | ||
"@advanced-rest-client/events-target-mixin": "^3.2.3", | ||
@@ -42,16 +42,16 @@ "@advanced-rest-client/headers-parser-mixin": "^3.2.0", | ||
"devDependencies": { | ||
"@advanced-rest-client/arc-demo-helper": "^2.2.4", | ||
"@advanced-rest-client/arc-demo-helper": "^2.2.5", | ||
"@esm-bundle/chai": "^4.1.5", | ||
"@open-wc/eslint-config": "^4.2.0", | ||
"@open-wc/testing": "^2.5.32", | ||
"@web/dev-server": "^0.1.2", | ||
"@web/test-runner": "^0.11.5", | ||
"@web/test-runner-playwright": "^0.7.0", | ||
"@web/dev-server": "^0.1.5", | ||
"@web/test-runner": "^0.12.5", | ||
"@web/test-runner-playwright": "^0.8.0", | ||
"cryptojslib": "^3.1.2", | ||
"eslint": "^7.16.0", | ||
"eslint-config-prettier": "^7.1.0", | ||
"husky": "^4.3.6", | ||
"jsrsasign": "^10.1.4", | ||
"eslint": "^7.18.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"husky": "^4.3.8", | ||
"jsrsasign": "^10.1.5", | ||
"lint-staged": "^10.5.3", | ||
"sinon": "^9.2.2", | ||
"sinon": "^9.2.3", | ||
"typescript": "^4.1.3", | ||
@@ -58,0 +58,0 @@ "typescript-lit-html-plugin": "^0.9.0" |
@@ -27,3 +27,3 @@ /* eslint-disable class-methods-use-this */ | ||
*/ | ||
authorize(settings: Authorization.OAuth2Authorization): Authorization.TokenInfo; | ||
authorize(settings: Authorization.OAuth2Authorization): Promise<Authorization.TokenInfo>; | ||
} |
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
187438
24
3279