Socket
Socket
Sign inDemoInstall

@particle-network/auth

Package Overview
Dependencies
Maintainers
2
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 1.1.0 to 1.1.1

3

lib/types/auth.d.ts

@@ -10,2 +10,3 @@ /// <reference types="node" />

private PN_AUTH_USER_INFO;
private PN_AUTH_TYPE;
private PN_TEMP_SECRET_KEY;

@@ -64,2 +65,4 @@ events: EventEmitter;

getUserInfo(): UserInfo | null;
getAuthType(): string | null;
private setAuthType;
walletExist(): boolean;

@@ -66,0 +69,0 @@ /**

3

lib/types/utils/utils.d.ts

@@ -7,5 +7,6 @@ export declare function isHttpUrl(url: string): boolean;

export declare const isFireFox: () => boolean;
export declare const isBlockingThirdpartyCookiesBrowser: () => boolean;
export declare const isChrome: () => boolean;
export declare const isBlockingThirdpartyCookiesBrowser: (chromeExclude?: boolean) => boolean;
export declare function getDeviceId(): string;
export declare function getVersion(): string;
export declare function popupWindow(url: string, title: string, w: number, h: number): Window | null;
{
"name": "@particle-network/auth",
"version": "1.1.0",
"version": "1.1.1",
"files": [

@@ -38,3 +38,3 @@ "lib",

},
"gitHead": "59c91a9ee811d5daa53920a11c769d1b044ea0a6"
"gitHead": "3de7bb12f29ad46547f9045dc1a8aee8d945d667"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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