JSPM

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

Encode and decode X.509 (TLS) Certificates, Attribute Certificates, CRLs, and more.

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

You can build this library by running npm run build.

The outputs will all be in dist.

  • dist/x509.min.js is the library for the web browser, which is minified.
  • dist/index.js is the root of the NodeJS library, which is not minified.