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

@mashroom/mashroom-helmet

Package Overview
Dependencies
Maintainers
1
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mashroom/mashroom-helmet - npm Package Compare versions

Comparing version 1.9.3 to 2.0.0-alpha.0

39

package.json

@@ -7,3 +7,3 @@ {

"license": "MIT",
"version": "1.9.3",
"version": "2.0.0-alpha.0",
"files": [

@@ -13,10 +13,6 @@ "dist/**"

"dependencies": {
"helmet": "^4.6.0"
"helmet": "^5.0.1"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@mashroom/mashroom": "1.9.3",
"eslint": "^7.32.0",
"express": "^4.17.1",
"typescript": "^4.4.3"
"@mashroom/mashroom": "2.0.0-alpha.0"
},

@@ -39,21 +35,26 @@ "scripts": {

"contentSecurityPolicy": false,
"dnsPrefetchControl ": {
"allow": false
"crossOriginEmbedderPolicy": false,
"crossOriginOpenerPolicy": {
"policy": "same-origin-allow-popups"
},
"crossOriginResourcePolicy": {
"policy": "same-site"
},
"expectCt": false,
"featurePolicy": false,
"frameguard": {
"action": "sameorigin"
},
"hidePoweredBy": false,
"referrerPolicy": false,
"hsts": {
"maxAge": 31536000
},
"noSniff": true,
"originAgentCluster": false,
"dnsPrefetchControl": {
"allow": false
},
"ieNoOpen": false,
"noSniff": {},
"frameguard": {
"action": "sameorigin"
},
"permittedCrossDomainPolicies": false,
"referrerPolicy": false,
"xssFilter": {
"mode": null
}
"hidePoweredBy": false,
"xssFilter": true
}

@@ -60,0 +61,0 @@ }

# Mashroom Helmet
Plugin for [Mashroom Server](https://www.mashroom-server.com), a **Integration Platform for Microfrontends**.
Plugin for [Mashroom Server](https://www.mashroom-server.com), a **Microfrontend Integration Platform**.
This plugin adds the [Helmet](https://helmetjs.github.io/) middleware which sets a bunch of protective HTTP headers
on each response.
This plugin adds the [Helmet](https://helmetjs.github.io/) middleware which sets a bunch of protective HTTP headers on each response.

@@ -47,3 +46,6 @@ ## Usage

* _helmet_: The configuration will directly be passed to _Helmet_ middelware. Checkout the [Helmet Documentation](https://helmetjs.github.io/docs/)
for available options. You should enable the _noCache_ module because this would significantly decrease the performance
of the _Mashroom Portal_.
for available options.
<span class="panel-info">
**NOTE**: You shouldn't enable the _noCache_ module because this would significantly decrease the performance of the _Mashroom Portal_.
</span>
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