@aller/cyclops-frontend-vanilla
Advanced tools
Comparing version 2.7.0-alpha.0 to 2.7.1-alpha.0
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" | ||
} |
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
108651
1605
1