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 2.2.3 to 2.3.0

13

package.json

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

"license": "MIT",
"version": "2.2.3",
"version": "2.3.0",
"files": [

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

"dependencies": {
"helmet": "^6.0.0"
"helmet": "^6.0.1"
},
"devDependencies": {
"@mashroom/mashroom": "2.2.3"
"@mashroom/mashroom": "2.3.0"
},

@@ -37,3 +37,3 @@ "scripts": {

"crossOriginOpenerPolicy": {
"policy": "same-origin-allow-popups"
"policy": "same-origin"
},

@@ -53,7 +53,8 @@ "crossOriginResourcePolicy": {

},
"ieNoOpen": false,
"frameguard": {
"action": "sameorigin"
},
"permittedCrossDomainPolicies": false,
"permittedCrossDomainPolicies": {
"permittedPolicies": "none"
},
"hidePoweredBy": false,

@@ -60,0 +61,0 @@ "xssFilter": true

@@ -20,21 +20,27 @@

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

@@ -41,0 +47,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