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 2.0.0 to 2.0.1

6

index.js

@@ -1,6 +0,2 @@

try {
var asn1 = require('asn1.js');
} catch (e) {
var asn1 = require('../..');
}
var asn1 = require('asn1.js');

@@ -7,0 +3,0 @@ /**

8

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

@@ -15,2 +15,5 @@ "main": "index.js",

],
"scripts": {
"test": "mocha --reporter=spec test/*-test.js"
},
"author": "Felix Hanley",

@@ -24,3 +27,6 @@ "license": "MIT",

"asn1.js": "^4.5.0"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}
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