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

@tsndr/cloudflare-worker-jwt

Package Overview
Dependencies
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsndr/cloudflare-worker-jwt - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

2

package.json
{
"name": "@tsndr/cloudflare-worker-jwt",
"version": "3.1.1",
"version": "3.1.2",
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",

@@ -5,0 +5,0 @@ "type": "module",

@@ -68,3 +68,3 @@ # Cloudflare Worker JWT

// Verify token
const verifiedToken = await verify(token, "secret") // false
const verifiedToken = await verify(token, "secret")

@@ -71,0 +71,0 @@ // Abort if token isn't valid

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