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

@0xsequence/waas

Package Overview
Dependencies
Maintainers
0
Versions
150
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/waas - npm Package Compare versions

Comparing version 0.0.0-20241107182529 to 0.0.0-20241114192432

8

package.json
{
"name": "@0xsequence/waas",
"version": "0.0.0-20241107182529",
"version": "0.0.0-20241114192432",
"description": "waas session client",

@@ -17,5 +17,5 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/waas",

"jwt-decode": "^4.0.0",
"@0xsequence/core": "0.0.0-20241107182529",
"@0xsequence/network": "0.0.0-20241107182529",
"@0xsequence/utils": "0.0.0-20241107182529"
"@0xsequence/core": "0.0.0-20241114192432",
"@0xsequence/network": "0.0.0-20241114192432",
"@0xsequence/utils": "0.0.0-20241114192432"
},

@@ -22,0 +22,0 @@ "files": [

@@ -41,3 +41,3 @@ import { VERSION as PACKAGE_VERSION } from '@0xsequence/core'

const issuedAt = Math.floor(Date.now() / 1000 - drift)
const expiresAt = issuedAt + lifespan + 2*drift
const expiresAt = issuedAt + lifespan + 2 * drift
return {

@@ -44,0 +44,0 @@ version: VERSION,

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