Socket
Socket
Sign inDemoInstall

@peculiar/x509

Package Overview
Dependencies
Maintainers
6
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/x509 - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

13

build/types/name.d.ts

@@ -10,5 +10,16 @@ import { Name as AsnName } from "@peculiar/asn1-x509";

}
export interface JsonAttributeAndValue {
export interface JsonAttributeAndStringValue {
[type: string]: string[];
}
export interface JsonAttributeObject {
ia5String?: string;
utf8String?: string;
universalString?: string;
bmpString?: string;
printableString?: string;
}
export interface JsonAttributeAndObjectValue {
[type: string]: JsonAttributeObject[];
}
export declare type JsonAttributeAndValue = JsonAttributeAndStringValue | JsonAttributeAndObjectValue;
export declare type JsonName = Array<JsonAttributeAndValue>;

@@ -15,0 +26,0 @@ export declare class Name {

2

package.json
{
"name": "@peculiar/x509",
"version": "1.8.1",
"version": "1.8.2",
"description": "@peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy",

@@ -5,0 +5,0 @@ "main": "build/x509.cjs.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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