Koa Helmet Versions Save

Important security headers for koa

v7.0.2

1 year ago
  • [FIXED] Type error (thanks @heunghingwan!) (Fixed #84)

v7.0.1

1 year ago
  • [UPDATE] Update to helmet 6 (Thanks @sp3nx0r)
  • [UPDATE] Drop support for node < 14

v6.1.0

3 years ago
  • [NEW] Added typescript typings
  • [FIXED] Removed unnecessary this.request.secure augmentation for HSTS
  • [IMPROVED] Exported all helmet middleware's own assigned properties

v6.0.0

3 years ago
  • [BREAKING] Upgraded to use helmet v4.1.1
  • [BREAKING] Dropped support for node 8

v5.2.0

4 years ago
  • Bump helmet to ^3.21.1 (thanks @philtrep!)

v5.1.0

4 years ago
  • Update helmet dependency to ^3.20.0

v5.0.0

4 years ago
  • Reintroduces the changes made in v4.2.0 (which were reverted in v4.2.1 to maintain Node 6.x compatibility)

v4.2.1

4 years ago
  • Reverts a breaking change introduced in v4.2.0 (Thanks @rahulroy9202!) which dropped node v6 support and should have been done as part of a major-release. Will re-release as part of a major version bump (v.5.0.0)

v4.2.0

4 years ago
  • Update helmet dependency to ^3.18.0.
  • Update downstream handlebars dependency to fix WS-2019-0064.
  • Remove support for node 6.x due to it being out of LTS scope.
  • Remove custom promisify method to use node 8's util.promisify method.

v4.1.0

5 years ago
  • Update helmet dependency to ^3.15.1