github openpgpjs/openpgpjs v5.0.1

latest releases: v6.0.0-beta.1, v6.0.0-beta.0, v5.11.1...
2 years ago
  • Remove stream from type definitions (#1413)
    It was removed in v5.0.0; the type definition was left behind.
  • Try to use process.env.NODE_ENV directly (#1402)
    Properly detect development / production mode when using tools like webpack or Vite, but don't throw an error if it's not available.
  • CI: Add performance and memory usage regression monitoring for pull requests (#1411)
  • Add config.allowInsecureVerificationWithReformattedKeys (#1231)
    Allows verifying signatures using keys that have been reformatted after the signature was created. To avoid this issue entirely, we recommend passing the key creation date to reformatKey.
  • Do not include checksum values in error messages when armor integrity check fails (#1428)
  • Update web stream tools and improve performance (#1439)
  • Remove line terminators from randomly generated test messages (#1440)

Don't miss a new openpgpjs release

NewReleases is sending notifications on new releases.