JavaScript generic ASN.1 parser (mirror)
1
fork

Configure Feed

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

ESLint.

+2 -2
+1 -2
package.json
··· 38 38 { 39 39 "files": [ "test.js", "parseRFC.js", "dumpASN1.js" ], 40 40 "parserOptions": { 41 - "ecmaVersion": 6, 42 - "sourceType": "module" 41 + "ecmaVersion": 6 43 42 }, 44 43 "rules": { 45 44 "strict": [ "error", "global" ],
+1
parseRFC.js
··· 1 1 #! /usr/bin/env node 2 + 'use strict'; 2 3 3 4 const 4 5 fs = require('fs'),