
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
cache-control
Advanced tools
Express/Connect middleware to set url cache options with globs
npm install cache-control --save
var express = require('express');
var cache = require('cache-control');
var app = express();
app.use(cache({
'/index.html': 1000,
'/none/**/*.html': false,
'/private.html': 'private, max-age=300',
'/**': 500 // Default to caching all items for 500
}));
app.listen(3000, function () {
})
options
- an object contain globs as the keys and caching declarations as the valuesnpm install
npm test
FAQs
Express/Connect middleware to set url cache options with globs
The npm package cache-control receives a total of 686 weekly downloads. As such, cache-control popularity was classified as not popular.
We found that cache-control demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.