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.2 to 0.5.3

3

lib/auth.js

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

device_id: (0, utils_1.getDeviceId)(),
theme_type: this.getThemeType(),
display_close_button: this.displayCloseButton,

@@ -340,3 +339,3 @@ };

const value = encodeURIComponent(crypto_js_1.default.enc.Base64.stringify(cipherText)) + this.secretKey;
const url = `${schema}?params=${value}&encoding=base64#${path}`;
const url = `${schema}?params=${value}&encoding=base64&theme_type=${this.getThemeType()}#${path}`;
return url;

@@ -343,0 +342,0 @@ }

{
"name": "@particle-network/auth",
"version": "0.5.2",
"version": "0.5.3",
"files": [

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

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