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

@obelisk/auth

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@obelisk/auth - npm Package Compare versions

Comparing version 3.6.0 to 3.7.0

2

build/index.es.js

@@ -520,3 +520,3 @@ var AuthEventType;

idTokenString: tokenResponse.id_token,
accessToken: tokenResponse.token,
accessToken: tokenResponse.access_token,
idToken: this.parseJwtString(tokenResponse.id_token),

@@ -523,0 +523,0 @@ expiresAt: Date.now() + tokenResponse.expires_in * 1000,

@@ -523,3 +523,3 @@ 'use strict';

idTokenString: tokenResponse.id_token,
accessToken: tokenResponse.token,
accessToken: tokenResponse.access_token,
idToken: this.parseJwtString(tokenResponse.id_token),

@@ -526,0 +526,0 @@ expiresAt: Date.now() + tokenResponse.expires_in * 1000,

{
"name": "@obelisk/auth",
"version": "3.6.0",
"version": "3.7.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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