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

@mashroom/mashroom-storage

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-storage - npm Package Compare versions

Comparing version 1.7.10 to 1.8.0

18

package.json

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

"license": "MIT",
"version": "1.7.10",
"version": "1.8.0",
"files": [

@@ -14,12 +14,12 @@ "dist/**",

"dependencies": {
"@mashroom/mashroom-utils": "1.7.10"
"@mashroom/mashroom-utils": "1.8.0"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@mashroom/mashroom": "1.7.10",
"@mashroom/mashroom-memory-cache": "1.7.10",
"@types/jest": "^26.0.20",
"eslint": "^7.19.0",
"jest": "^26.6.3",
"typescript": "^4.1.5"
"@babel/cli": "^7.14.8",
"@mashroom/mashroom": "1.8.0",
"@mashroom/mashroom-memory-cache": "1.8.0",
"@types/jest": "^26.0.24",
"eslint": "^7.32.0",
"jest": "^27.0.6",
"typescript": "^4.3.5"
},

@@ -26,0 +26,0 @@ "jest": {

@@ -53,5 +53,5 @@

* _memoryCache_: Use the memory cache to improve the performance. Requires *@mashroom/mashroom-memory-cache* to be installed.
* _enabled_: Enable cache (of all) collections. The preferred way is to set this to false and enable caching per collection (default: false)
* _ttlSec_: The default TTL in seconds. Can be overwritten per collection (default: 120)
+ _invalidateOnUpdate_: Clear the cache for the whole collection if an entry gets updated (default: true).
* _enabled_: Enable cache (of all) collections. The preferred way is to set this to false and enable caching per collection (Default: false)
* _ttlSec_: The default TTL in seconds. Can be overwritten per collection (Default: 120)
+ _invalidateOnUpdate_: Clear the cache for the whole collection if an entry gets updated (Default: true).
This might be an expensive operation on some memory cache implementations (e.g. based on Redis). So use this only

@@ -58,0 +58,0 @@ if updates don't happen frequently.

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