JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q37820F
  • License MIT

X.509 certificate encoding and decoding in TypeScript

Package Exports

  • x509-ts

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (x509-ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

X.509 TypeScript Library

Building

This library requires NodeJS v10.3.0 or higher, mostly to support Regular Expression Named Capture Groups. See this page for NodeJS ES2018 support.

You can build this library by running:

  • npm run-script build
  • make -f build/Makefile

The outputs will all be in dist.

  • dist/web/x509.js is the library for the web browser, which is minified.
  • dist/node/x509.js is the NodeJS library, which is not minified.

Library Usage

See Also

Contact Me

If you would like to suggest fixes or improvements on this library, please just leave an issue on this GitHub page. If you would like to contact me for other reasons, please email me at jonathan@wilbur.space (My GPG Key) (My TLS Certificate). 🐗