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
1
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 2.5.2 to 2.5.3

2

index.js

@@ -23,3 +23,3 @@ // src/utils.ts

function textToArrayBuffer(str) {
return byteStringToBytes(decodeURI(encodeURIComponent(str)));
return byteStringToBytes(str);
}

@@ -26,0 +26,0 @@ function arrayBufferToBase64Url(arrayBuffer) {

{
"name": "@tsndr/cloudflare-worker-jwt",
"version": "2.5.2",
"version": "2.5.3",
"description": "A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker",

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

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