Socket
Socket
Sign inDemoInstall

@xsolla/login-sdk

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xsolla/login-sdk - npm Package Compare versions

Comparing version 0.92.0 to 0.93.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.93.0](https://gitlab.loc/xsolla-login/login-widget-ng/compare/v0.92.0...v0.93.0) (2023-11-24)
### Features
* add custom style from API ([b1eea1d](https://gitlab.loc/xsolla-login/login-widget-ng/commit/b1eea1d))
# [0.92.0](https://gitlab.loc/xsolla-login/login-widget-ng/compare/v0.91.0...v0.92.0) (2023-11-09)

@@ -8,0 +19,0 @@

3

lib/api/types.d.ts
import { CancelTokenSource } from 'axios';
import { SocialListParsed, Socials } from '../utils/settings/types';
import { RegistrationFields, AskFields, Theme } from '../types';
import { RegistrationFields, AskFields, Theme, VisualSettings } from '../types';
import { APICodes } from '../errors';

@@ -43,2 +43,3 @@ export interface Config {

registration_fields: RegistrationFields;
visual_settings: VisualSettings;
}

@@ -45,0 +46,0 @@ interface CaptchaHeaders {

@@ -36,2 +36,6 @@ import { UserInfo } from './api/types';

}
export interface VisualSettings {
custom_style_url: string;
disallow_external_style: boolean;
}
export declare type FieldType = 'email' | 'str' | 'pass' | 'date' | 'select' | 'bool' | 'phone' | 'multi-select';

@@ -38,0 +42,0 @@ export interface ShouldContainType {

{
"name": "@xsolla/login-sdk",
"version": "0.92.0",
"version": "0.93.0",
"description": "Xsolla Login Javascript SDK",

@@ -5,0 +5,0 @@ "author": "Xsolla Login Team <xl@xsolla.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc