JavaScript generic ASN.1 parser (mirror)
1
fork

Configure Feed

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

Lint new file too.

+2 -2
+1 -1
context.js
··· 20 20 btnCopyValue.style.display = valueEnabled ? 'block' : 'none'; 21 21 event.stopPropagation(); 22 22 }; 23 - }; 23 + } 24 24 25 25 function close() { 26 26 contextMenu.style.visibility = 'hidden';
+1 -1
package.json
··· 15 15 "homepage": "https://lapo.it/asn1js/", 16 16 "files": [ "asn1.js", "base64.js", "hex.js", "int10.js", "oids.js" ], 17 17 "scripts": { 18 - "lint": "npx eslint asn1.js base64.js hex.js int10.js oids.js tags.js index.js parseRFC.js dumpASN1.js", 18 + "lint": "npx eslint asn1.js base64.js hex.js int10.js oids.js tags.js context.js index.js parseRFC.js dumpASN1.js", 19 19 "lint-action": "npx @action-validator/cli .github/workflows/node.js.yml", 20 20 "serve": "echo 'Connect to http://localhost:3000/' ; npx statik --port 3000 .", 21 21 "test": "node test"