Socket
Socket
Sign inDemoInstall

helmet

Package Overview
Dependencies
Maintainers
2
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

helmet - npm Package Compare versions

Comparing version 3.23.1 to 3.23.2

dist/middlewares/x-dns-prefetch-control/index.js

6

CHANGELOG.md
# Changelog
## 3.23.2 - 2020-06-23
### Changed
- `helmet.dnsPrefetchControl` is no longer a separate package. This should have no effect on end users.
## 3.23.1 - 2020-06-16

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

3

dist/index.js

@@ -5,2 +5,3 @@ "use strict";

};
var x_dns_prefetch_control_1 = __importDefault(require("./middlewares/x-dns-prefetch-control"));
var x_download_options_1 = __importDefault(require("./middlewares/x-download-options"));

@@ -79,3 +80,3 @@ var depd = require("depd");

helmet.contentSecurityPolicy = require("helmet-csp");
helmet.dnsPrefetchControl = require("dns-prefetch-control");
helmet.dnsPrefetchControl = x_dns_prefetch_control_1.default;
helmet.expectCt = require("expect-ct");

@@ -82,0 +83,0 @@ helmet.frameguard = require("frameguard");

@@ -8,3 +8,3 @@ {

"description": "help secure Express/Connect apps with various HTTP headers",
"version": "3.23.1",
"version": "3.23.2",
"keywords": [

@@ -41,2 +41,3 @@ "security",

"dist/index.js",
"dist/middlewares/x-dns-prefetch-control/index.js",
"dist/middlewares/x-download-options/index.js"

@@ -46,3 +47,2 @@ ],

"depd": "2.0.0",
"dns-prefetch-control": "0.2.0",
"dont-sniff-mimetype": "1.1.0",

@@ -66,10 +66,10 @@ "expect-ct": "0.2.0",

"@types/supertest": "^2.0.9",
"@typescript-eslint/eslint-plugin": "^3.2.0",
"@typescript-eslint/parser": "^3.2.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"connect": "^3.7.0",
"eslint": "^7.2.0",
"eslint": "^7.3.1",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"supertest": "^4.0.2",
"ts-jest": "^26.1.0",
"ts-jest": "^26.1.1",
"typescript": "^3.9.5"

@@ -76,0 +76,0 @@ },

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