New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cache-headers

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-headers - npm Package Compare versions

Comparing version 1.0.0-hella.3 to 1.0.0-hella.4

7

dist/index.js

@@ -20,2 +20,5 @@ 'use strict';

var KEY_LAST_MODIFIED = 'lastModified';
var KEY_STALE_IF_ERROR = 'staleError';
var KEY_STALE_WHILE_REVALIDATE = 'staleRevalidate';
var KEY_SURROGATE_CONTROL = 'maxAge';

@@ -371,2 +374,6 @@

exports.middleware = middleware;
exports.KEY_LAST_MODIFIED = KEY_LAST_MODIFIED;
exports.KEY_STALE_IF_ERROR = KEY_STALE_IF_ERROR;
exports.KEY_STALE_WHILE_REVALIDATE = KEY_STALE_WHILE_REVALIDATE;
exports.KEY_SURROGATE_CONTROL = KEY_SURROGATE_CONTROL;
exports.ONE_MINUTE = ONE_MINUTE;

@@ -373,0 +380,0 @@ exports.TEN_MINUTES = TEN_MINUTES;

2

package.json
{
"name": "cache-headers",
"version": "1.0.0-hella.3",
"version": "1.0.0-hella.4",
"description": "Generate browser and cdn cache header values",

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

@@ -21,2 +21,3 @@ /**

export * from './headerTypes';
export * from './timeValues';

@@ -23,0 +24,0 @@

Sorry, the diff of this file is not supported yet

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