Socket
Socket
Sign inDemoInstall

@peculiar/asn1-x509

Package Overview
Dependencies
Maintainers
6
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/asn1-x509 - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

4

build/cjs/extensions/certificate_policies.js

@@ -12,2 +12,6 @@ "use strict";

}
toString() {
return this.ia5String || this.visibleString || this.bmpString || this.utf8String;
"";
}
};

@@ -14,0 +18,0 @@ tslib_1.__decorate([

@@ -10,2 +10,6 @@ import { __decorate } from "tslib";

}
toString() {
return this.ia5String || this.visibleString || this.bmpString || this.utf8String;
"";
}
};

@@ -12,0 +16,0 @@ __decorate([

@@ -29,2 +29,3 @@ import { AsnArray } from "@peculiar/asn1-schema";

constructor(params?: Partial<DisplayText>);
toString(): string | undefined;
}

@@ -31,0 +32,0 @@ /**

4

package.json
{
"name": "@peculiar/asn1-x509",
"version": "2.0.8",
"version": "2.0.9",
"description": "ASN.1 schema of `Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile` (RFC5280)",

@@ -41,3 +41,3 @@ "bugs": {

},
"gitHead": "815a43cf40c6074a58cc53d4ebde59b3ae67ffb9"
"gitHead": "6899580074bcf43c2c8ac48ab14cc4499a6690ba"
}

@@ -45,2 +45,7 @@ import { AsnProp, AsnPropTypes, AsnType, AsnTypeTypes, AsnArray } from "@peculiar/asn1-schema";

}
public toString() {
return this.ia5String || this.visibleString || this.bmpString || this.utf8String
"";
}
}

@@ -47,0 +52,0 @@

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