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

connect-cache-control

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-cache-control - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

3

index.js

@@ -22,3 +22,3 @@ /**

// Support old browsers
res.setHeader('Expires', 0);
res.setHeader('Expires', 'Fri, 01 Jan 1990 00:00:00 GMT');

@@ -37,1 +37,2 @@ // Support recent browsers

module.exports = cacheControl;
{
"name": "connect-cache-control",
"version": "0.1.0",
"version": "1.0.0",
"description": "Connect middleware to prevent the browser from caching the response.",

@@ -5,0 +5,0 @@ "main": "index.js",

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