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

@compas/store

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/store - npm Package Compare versions

Comparing version 0.0.149 to 0.0.150

6

package.json
{
"name": "@compas/store",
"version": "0.0.149",
"version": "0.0.150",
"description": "Postgres & S3-compatible wrappers for common things",

@@ -17,3 +17,3 @@ "main": "./index.js",

"dependencies": {
"@compas/stdlib": "0.0.149",
"@compas/stdlib": "0.0.150",
"@types/minio": "7.0.7",

@@ -44,3 +44,3 @@ "minio": "7.0.18",

},
"gitHead": "dd7fa620c6d3cb6219764bcfc5cc91f711383dfc"
"gitHead": "6bbe148c5e4f643ed7db0bc22fc439091f0fc34a"
}

@@ -25,3 +25,4 @@ import { once } from "events";

this.inMemoryThreshold = options?.inMemoryThreshold ?? 8 * 1024;
this.cacheControlHeader = options?.cacheControlHeader ?? "max-age=1200";
this.cacheControlHeader =
options?.cacheControlHeader ?? "max-age=120, must-revalidate";

@@ -28,0 +29,0 @@ this.memoryCache = new Map();

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