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
11
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.7.6-alpha.0 to 2.8.0

2

lib/components/loginButton.d.ts
import "../../lib/style/main.css";
import { ILoginButton } from "../interfaces/loginButton";
export declare const injectUser: (elementId: string, domain?: string, _classesAndTexts?: ILoginButton | undefined) => Promise<import("@aller/cyclops-frontend-api/lib/client/user/interface").IUser | undefined>;
export declare const injectUser: (elementId: string, domain?: string, _classesAndTexts?: ILoginButton | undefined) => Promise<void>;

@@ -1,4 +0,3 @@

import { IUser } from "@aller/cyclops-frontend-api/lib/client/user/interface";
import { ILoginButton } from "../interfaces/loginButton";
export declare const injectUser: (elementId: string, _domain?: string, _classesAndTexts?: ILoginButton | undefined, withInitials?: boolean | undefined) => Promise<IUser | undefined>;
export declare const injectUser: (elementId: string, _domain?: string, _classesAndTexts?: ILoginButton | undefined, withInitials?: boolean | undefined) => Promise<void>;
export declare const injectDynamicContent: (elementId: string, productId: string, plussContentLink?: string | undefined, studioLink?: string | undefined, _classesAndTexts?: ILoginButton | undefined) => Promise<void>;

@@ -266,3 +266,3 @@ var __assign = (this && this.__assign) || function () {

}
return [2, userObject];
return [2];
}

@@ -269,0 +269,0 @@ });

{
"name": "@aller/cyclops-frontend-vanilla",
"version": "2.7.6-alpha.0",
"version": "2.8.0",
"description": "Vanilla JS implementation of login-button",

@@ -44,3 +44,3 @@ "author": "kasperrt <kasper@kasperrt.no>",

"dependencies": {
"@aller/cyclops-frontend-api": "2.7.6-alpha.0",
"@aller/cyclops-frontend-api": "2.8.0",
"a11y-dialog": "5.3.1",

@@ -69,3 +69,3 @@ "promise-polyfill": "8.1.3"

},
"gitHead": "53604d47dde37757b1ac0caa59699d0fe74aaab9"
"gitHead": "c0de737ec7f5765257a8bac0456af5341c6b8240"
}
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