Socket
Socket
Sign inDemoInstall

helmet

Package Overview
Dependencies
0
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.3 to 6.1.4

6

CHANGELOG.md
# Changelog
## 6.1.4 - 2023-04-10
### Fixed
- Fix another issue with TypeScript default exports. See [#418](https://github.com/helmetjs/helmet/pull/418)
## 6.1.3 - 2023-04-10

@@ -4,0 +10,0 @@

2

index.d.ts

@@ -119,1 +119,3 @@ import {IncomingMessage, ServerResponse} from "http"

export {HelmetOptions, contentSecurityPolicy, crossOriginEmbedderPolicy, crossOriginOpenerPolicy, crossOriginResourcePolicy, helmet as default, xDnsPrefetchControl as dnsPrefetchControl, expectCt, xFrameOptions as frameguard, xPoweredBy as hidePoweredBy, strictTransportSecurity as hsts, xDownloadOptions as ieNoOpen, xContentTypeOptions as noSniff, originAgentCluster, xPermittedCrossDomainPolicies as permittedCrossDomainPolicies, referrerPolicy, xXssProtection as xssFilter}
export = helmet

2

package.json
{
"name": "helmet",
"description": "help secure Express/Connect apps with various HTTP headers",
"version": "6.1.3",
"version": "6.1.4",
"author": "Adam Baldwin <adam@npmjs.com> (https://evilpacket.net)",

@@ -6,0 +6,0 @@ "contributors": [

@@ -5,4 +5,4 @@ # Security issue reporting & disclosure process

Email Evan Hahn at <me@evanhahn.com> or Adam Baldwin at <adam@npmjs.com>.
Contact Evan Hahn at <me@evanhahn.com> or Adam Baldwin at <adam@npmjs.com>. Evan Hahn [can also be reached in other ways](https://evanhahn.com/contact).
We will try to communicate in a timely manner and address your concerns.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc