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.0-alpha.0 to 2.7.1-alpha.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<void>;
export declare const injectUser: (elementId: string, domain?: string, _classesAndTexts?: ILoginButton | undefined) => Promise<import("@aller/cyclops-frontend-api/lib/client/user/interface").IUser | undefined>;

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

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<void>;
export declare const injectUser: (elementId: string, _domain?: string, _classesAndTexts?: ILoginButton | undefined, withInitials?: boolean | undefined) => Promise<IUser | undefined>;
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];
return [2, userObject];
}

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

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

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

},
"gitHead": "112001fa3332dc059dc864078575d4e49f6165d9"
"gitHead": "6d78f3cbd0b43a364673fcd877ca4c218db58100"
}
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