@tsndr/cloudflare-worker-jwt
Advanced tools
Comparing version 2.5.2 to 2.5.3
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17494