gecko-dev/toolkit/components/certviewer/content
2021-05-10 16:31:27 +00:00
..
components Bug 1706155 - Set hover states for HCM common.css r=desktop-theme-reviewers,dao,morgan,preferences-reviewers 2021-05-10 16:31:27 +00:00
vendor Bug 1688703 - reuse certviewer utility files in devtools r=johannh,ochameau 2021-04-21 17:48:21 +00:00
.eslintrc.js
asn1js.js
bundle.sh Bug 1688703 - reuse certviewer utility files in devtools r=johannh,ochameau 2021-04-21 17:48:21 +00:00
certDecoder.js Bug 1688703 - reuse certviewer utility files in devtools r=johannh,ochameau 2021-04-21 17:48:21 +00:00
certviewer.css
certviewer.html Bug 1688703 - reuse certviewer utility files in devtools r=johannh,ochameau 2021-04-21 17:48:21 +00:00
certviewer.js Bug 1688703 - reuse certviewer utility files in devtools r=johannh,ochameau 2021-04-21 17:48:21 +00:00
package.json Bug 1688703 - reuse certviewer utility files in devtools r=johannh,ochameau 2021-04-21 17:48:21 +00:00
pkijs.js
pvutils.js
README.md

Certificate Viewer

Dependencies

PKI.js ASN1.js pvutils.js Browserify

Updating dependencies

Install all the dependencies doing npm i.

Run npm run build any time you add something new to pvutils.js, pkijs.js, asn1.js or any other file required in that one.