Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aller/cyclops-frontend-vanilla

Package Overview
Dependencies
Maintainers
9
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aller/cyclops-frontend-vanilla - npm Package Compare versions

Comparing version 2.5.5-alpha.1 to 2.5.5

4

lib/generator/generateLoginButton.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc