Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

next-secure-headers

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

next-secure-headers - npm Package Versions

2.2.0

Diff

Changelog

Source

2.2.0 (2021-02-25)

  • Add navigation directives #41 - @naotone
    • Support form-action frame-ancestors directives
    • Move to navigation-to directive from ReportingDirective to NavigationDirective
  • Add about frame-ancestors CSP directive to readme #46 - @mattdell
  • Improve development environment
jagaapple
published 2.1.0 •

Changelog

Source

2.1.0 (2020-12-27)

  • Add support for Node.js 14 #36 - @jagaapple
  • Add support for chain-case directive styles to CSP #40 - @jagaapple
  • Fix readme #37 - @jagaapple
  • Fix invalid bin field warning #39 - @jagaapple
  • Fix report-to directive #38
    • Fix parse processes
    • Fix invalid value like undefined <directive-name> when report-uri or report-to is specified
  • Improve development environment
jagaapple
published 2.0.0 •

Changelog

Source

2.0.0 (2020-08-08)

  • Add support for static pages without any servers 🎉
  • Improve development environment

❗️Breaking Changes

The default export has been removed, withSecureHeaders function has been exported as named export instead. You have to import withSecureHeaders like the following.

- import withSecureHeaders from "next-secure-headers";
+ import { withSecureHeaders } from "next-secure-headers";
jagaapple
published 1.0.1 •

Changelog

Source

1.0.1 (2019-12-13)

  • Fix setting headers after sending #10 - @jagaapple
  • Improve development environment
    • Enable automatic code formatting for VS Code #8 - @jagaapple
jagaapple
published 1.0.0 •

Changelog

Source

1.0.0 (2019-12-04)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc