Socket
Socket
Sign inDemoInstall

@peculiar/asn1-x509

Package Overview
Dependencies
6
Maintainers
6
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.14 to 2.0.17

2

build/cjs/tbs_certificate.js

@@ -64,4 +64,4 @@ "use strict";

tslib_1.__decorate([
asn1_schema_1.AsnProp({ type: extension_1.Extension, context: 3, optional: true, repeated: "sequence" })
asn1_schema_1.AsnProp({ type: extension_1.Extensions, context: 3, optional: true })
], TBSCertificate.prototype, "extensions", void 0);
exports.TBSCertificate = TBSCertificate;

@@ -7,3 +7,3 @@ import { __decorate } from "tslib";

import { Validity } from "./validity";
import { Extension } from "./extension";
import { Extensions } from "./extension";
import { Version } from "./types";

@@ -62,3 +62,3 @@ export class TBSCertificate {

__decorate([
AsnProp({ type: Extension, context: 3, optional: true, repeated: "sequence" })
AsnProp({ type: Extensions, context: 3, optional: true })
], TBSCertificate.prototype, "extensions", void 0);
{
"name": "@peculiar/asn1-x509",
"version": "2.0.14",
"version": "2.0.17",
"description": "ASN.1 schema of `Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile` (RFC5280)",

@@ -40,3 +40,3 @@ "files": [

"dependencies": {
"@peculiar/asn1-schema": "^2.0.13",
"@peculiar/asn1-schema": "^2.0.17",
"asn1js": "^2.0.26",

@@ -47,3 +47,3 @@ "ipaddr.js": "^1.9.1",

},
"gitHead": "55dfb593833cad7bb4ce67a3fa00507b6390853a"
"gitHead": "201ec3ab1bb8adbc77ed8224986cb545154dad89"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc