JavaScript generic ASN.1 parser (mirror)
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Version 1.2.1.

+1 -1
+1 -1
package.json
··· 1 1 { 2 2 "name": "@lapo/asn1js", 3 - "version": "1.2.0", 3 + "version": "1.2.1", 4 4 "description": "Generic ASN.1 parser/decoder that can decode any valid ASN.1 DER or BER structures.", 5 5 "main": "asn1.js", 6 6 "repository": {