@peculiar/jose
Advanced tools
Comparing version 1.7.0 to 1.7.2
import { JsonWebKey } from "./jwk"; | ||
export interface JwsProtectedBase { | ||
typ?: string; | ||
alg?: string; | ||
@@ -4,0 +5,0 @@ kid?: string; |
{ | ||
"name": "@peculiar/jose", | ||
"version": "1.7.0", | ||
"version": "1.7.2", | ||
"description": "Implementation of Javascript Object Signing and Encryption (jose)", | ||
@@ -47,3 +47,3 @@ "keywords": [ | ||
"homepage": "https://github.com/PeculiarVentures/acme-ts#readme", | ||
"gitHead": "545ed632e0ada0541101cfcd3c7e4e025d43991c" | ||
"gitHead": "a7c045bc82a70a84d2079eb336742f7d2ade8749" | ||
} |
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
74481
1067