@sphereon/ssi-sdk-ext.x509-utils
Advanced tools
Comparing version 0.24.1-next.72 to 0.24.1-next.84
@@ -7,3 +7,3 @@ import { Certificate } from 'pkijs'; | ||
export type CertInfo = { | ||
certificate?: Certificate; | ||
certificate?: any; | ||
notBefore: Date; | ||
@@ -10,0 +10,0 @@ notAfter: Date; |
{ | ||
"name": "@sphereon/ssi-sdk-ext.x509-utils", | ||
"description": "Sphereon SSI-SDK plugin functions for X.509 Certificate handling.", | ||
"version": "0.24.1-next.72+ea427e6", | ||
"version": "0.24.1-next.84+bd95927", | ||
"source": "src/index.ts", | ||
@@ -39,3 +39,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "ea427e6c33cea8b8c7dc7a9c0dd095ccca24dd42" | ||
"gitHead": "bd9592747486563be3919b8cb53ea8ae41ccfc94" | ||
} |
@@ -10,3 +10,3 @@ import { AttributeTypeAndValue, Certificate, CertificateChainValidationEngine, CryptoEngine, getCrypto, setEngine } from 'pkijs' | ||
export type CertInfo = { | ||
certificate?: Certificate | ||
certificate?: any // We need to fix the schema generator for this to be Certificate(Json) from pkijs | ||
notBefore: Date | ||
@@ -13,0 +13,0 @@ notAfter: Date |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
81881