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

@particle-network/auth

Package Overview
Dependencies
Maintainers
3
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@particle-network/auth - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

lib/auth.js

@@ -305,3 +305,3 @@ "use strict";

iframe.name = "particle-network-iframe";
iframe.setAttribute("style", "position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 400px;height: 650px;border-radius: 0px;border: none;z-index: 2147483647;box-shadow: -1px 3px 11px 2px #00000073;border-radius: 10px;background-color: #FFFFFF");
iframe.setAttribute("style", "position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 400px;height: 650px;border-radius: 0px;border: none;z-index: 2147483647;box-shadow: -1px 3px 11px 2px #00000073;border-radius: 10px;");
containerDiv.appendChild(iframe);

@@ -308,0 +308,0 @@ }

@@ -40,3 +40,2 @@ "use strict";

"apple",
"twitter",
"discord",

@@ -43,0 +42,0 @@ "github",

@@ -34,5 +34,5 @@ export declare class AuthError {

}
export declare const AuthTypes: readonly ["email", "phone", "facebook", "google", "apple", "twitter", "discord", "github", "twitch", "microsoft", "linkedin"];
export declare const AuthTypes: readonly ["email", "phone", "facebook", "google", "apple", "discord", "github", "twitch", "microsoft", "linkedin"];
declare type AuthTypeTuple = typeof AuthTypes;
export declare type AuthType = AuthTypeTuple[number];
export declare type AuthType = AuthTypeTuple[number] | "all";
export interface UserInfo {

@@ -39,0 +39,0 @@ uuid: string;

{
"name": "@particle-network/auth",
"version": "0.5.0",
"version": "0.5.1",
"files": [

@@ -5,0 +5,0 @@ "lib",

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc