@tsndr/cloudflare-worker-jwt
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -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" | ||
} | ||
} |
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
17763