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

@cyyynthia/tokenize

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cyyynthia/tokenize - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

index.js

@@ -119,5 +119,5 @@ /*

if (typeof account.then === 'function') {
return account.then(account => _finishValidation(account, genTime))
return account.then(account => this._finishValidation(account, genTime))
} else {
return _finishValidation(account, genTime)
return this._finishValidation(account, genTime)
}

@@ -124,0 +124,0 @@ }

{
"name": "@cyyynthia/tokenize",
"version": "1.1.0",
"version": "1.1.1",
"description": "A universal token format for authentication. Designed to be secure, flexible, and usable anywhere.",

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

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