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

@mashroom/mashroom-browser-cache

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mashroom/mashroom-browser-cache - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

10

package.json

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

"license": "MIT",
"version": "1.9.1",
"version": "1.9.2",
"files": [

@@ -15,5 +15,5 @@ "dist/**",

"@babel/cli": "^7.15.7",
"@mashroom/mashroom": "1.9.1",
"@mashroom/mashroom-security": "1.9.1",
"@mashroom/mashroom-utils": "1.9.1",
"@mashroom/mashroom": "1.9.2",
"@mashroom/mashroom-security": "1.9.2",
"@mashroom/mashroom-utils": "1.9.2",
"@types/express": "^4.17.13",

@@ -50,3 +50,3 @@ "@types/jest": "^27.0.1",

"disabled": false,
"maxAgeSec": 1800
"maxAgeSec": 31536000
}

@@ -53,0 +53,0 @@ }

@@ -33,3 +33,3 @@

"disabled": false,
"maxAgeSec": 1800
"maxAgeSec": 31536000
}

@@ -40,3 +40,3 @@ }

* _disabled_: Disable browser caching (default: false)
* _maxAgeSec_: Max age in seconds (default: 1800)
* _maxAgeSec_: Max age in seconds (default: 31536000 (30d))

@@ -43,0 +43,0 @@ ## Services

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