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.2.3 to 2.2.4

2

index.d.ts

@@ -6,3 +6,3 @@ /// <reference types="@cloudflare/workers-types" />

*/
export declare type JwtAlgorithm = 'ES256' | 'ES384' | 'ES512' | 'HS256' | 'HS384' | 'HS512' | 'RS256' | 'RS384' | 'RS512';
export type JwtAlgorithm = 'ES256' | 'ES384' | 'ES512' | 'HS256' | 'HS384' | 'HS512' | 'RS256' | 'RS384' | 'RS512';
/**

@@ -9,0 +9,0 @@ * @typedef JwtAlgorithms

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

@@ -29,6 +29,6 @@ "main": "index.js",

"devDependencies": {
"@cloudflare/workers-types": "^3.13.0",
"jest": "^28.1.1",
"typescript": "^4.7.4"
"@cloudflare/workers-types": "^4.20231002.0",
"jest": "^29.7.0",
"typescript": "^5.2.2"
}
}
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