@advanced-rest-client/oauth-authorization
Advanced tools
Comparing version 5.0.6 to 5.1.0
{ | ||
"name": "@advanced-rest-client/oauth-authorization", | ||
"description": "A set of elements that perform oauth authorization", | ||
"version": "5.0.6", | ||
"version": "5.1.0", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -35,4 +35,9 @@ /* eslint-disable class-methods-use-this */ | ||
[authorizeHandler](e) { | ||
const config = { ...e.detail }; | ||
e.detail.result = this.authorize(config); | ||
setTimeout(() => { | ||
if (e.defaultPrevented) { | ||
return; | ||
} | ||
const config = { ...e.detail }; | ||
e.detail.result = this.authorize(config); | ||
}, 0); | ||
} | ||
@@ -39,0 +44,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
146616
3319
3