Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sphereon/ssi-sdk-ext.x509-utils

Package Overview
Dependencies
Maintainers
0
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sphereon/ssi-sdk-ext.x509-utils - npm Package Compare versions

Comparing version 0.24.1-next.72 to 0.24.1-next.84

2

dist/x509/x509-validator.d.ts

@@ -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

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