@aller/cyclops-frontend-vanilla
Advanced tools
Comparing version 2.5.5-alpha.1 to 2.5.5
@@ -50,3 +50,3 @@ var __assign = (this && this.__assign) || function () { | ||
import { cyclopsLogout } from "@aller/cyclops-frontend-api/lib/client/cyclops/login"; | ||
import { ME_URL, SSO_URL, } from "@aller/cyclops-frontend-api/lib/client/user/constants"; | ||
import { ME_URL } from "@aller/cyclops-frontend-api/lib/client/user/constants"; | ||
import { addListener } from "@aller/cyclops-frontend-api/lib/client/cyclops/listener"; | ||
@@ -230,3 +230,2 @@ import { getCurrentUser } from "@aller/cyclops-frontend-api/lib/client/user/get"; | ||
addListener(ME_URL, loggedInEvent); | ||
addListener(SSO_URL, loggedInEvent); | ||
if (!_container) { | ||
@@ -271,3 +270,2 @@ console.error("Element with id " + elementId + " does not exist."); | ||
addListener(ME_URL, loggedInEvent); | ||
addListener(SSO_URL, loggedInEvent); | ||
if (!_container) { | ||
@@ -274,0 +272,0 @@ console.error("Element with id " + elementId + " does not exist."); |
{ | ||
"name": "@aller/cyclops-frontend-vanilla", | ||
"version": "2.5.5-alpha.1", | ||
"version": "2.5.5", | ||
"description": "Vanilla JS implementation of login-button", | ||
@@ -44,3 +44,3 @@ "author": "kasperrt <kasper@kasperrt.no>", | ||
"dependencies": { | ||
"@aller/cyclops-frontend-api": "^2.5.5-alpha.1", | ||
"@aller/cyclops-frontend-api": "^2.5.5", | ||
"a11y-dialog": "5.3.1", | ||
@@ -69,3 +69,3 @@ "promise-polyfill": "8.1.3" | ||
}, | ||
"gitHead": "46c76bc93b70cba0e9d165f7096b053ade17fa09" | ||
"gitHead": "b13eb868893fbedd4106dd32e55ec9cc31739b9b" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
108712
1490