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

cacheable-response

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cacheable-response - npm Package Compare versions

Comparing version 2.4.2 to 2.4.3

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

### 2.4.3 (2021-08-12)
### 2.4.2 (2021-08-12)

@@ -7,0 +9,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://nicedoc.io/Kikobeats/cacheable-response",
"version": "2.4.2",
"version": "2.4.3",
"main": "src/index.js",

@@ -8,0 +8,0 @@ "author": {

@@ -29,3 +29,3 @@ 'use strict'

const getStatus = ({ isHit, isStale, hasForce }) =>
isHit ? (isStale ? 'REVALIDATING' : 'HIT') : hasForce ? 'BYPASS' : 'MISS'
isHit ? (isStale ? 'STALE' : 'HIT') : hasForce ? 'BYPASS' : 'MISS'

@@ -32,0 +32,0 @@ const createSetHeaders = ({ staleTtl }) => {

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