Socket
Socket
Sign inDemoInstall

asn1.js-rfc5280

Package Overview
Dependencies
4
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 2.0.0

13

index.js

@@ -844,3 +844,14 @@ try {

var ReasonCode = asn1.define('ReasonCode', function() {
this.enum();
this.enum({
0: 'unspecified',
1: 'keyCompromise',
2: 'cACompromise',
3: 'affiliationChanged',
4: 'superseded',
5: 'cessationOfOperation',
6: 'certificateHold',
8: 'removeFromCRL',
9: 'privilegeWithdrawn',
10: 'aACompromise'
});
});

@@ -847,0 +858,0 @@ rfc5280.ReasonCode = ReasonCode;

2

package.json
{
"name": "asn1.js-rfc5280",
"version": "1.2.2",
"version": "2.0.0",
"description": "RFC5280 extension structures for asn1.js",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc