Socket
Socket
Sign inDemoInstall

@miniflare/cache

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@miniflare/cache - npm Package Compare versions

Comparing version 2.14.0 to 2.14.1

2

dist/src/index.js

@@ -89,3 +89,3 @@ var __create = Object.create;

const cacheRes = {
status: res.status,
status: res.status === 429 || res.status === 503 ? 200 : res.status,
headers: resHeaders

@@ -92,0 +92,0 @@ };

{
"name": "@miniflare/cache",
"version": "2.14.0",
"version": "2.14.1",
"description": "Cache module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers",

@@ -38,4 +38,4 @@ "keywords": [

"dependencies": {
"@miniflare/core": "2.14.0",
"@miniflare/shared": "2.14.0",
"@miniflare/core": "2.14.1",
"@miniflare/shared": "2.14.1",
"http-cache-semantics": "^4.1.0",

@@ -45,6 +45,6 @@ "undici": "5.20.0"

"devDependencies": {
"@miniflare/shared-test": "2.14.0",
"@miniflare/web-sockets": "2.14.0",
"@miniflare/shared-test": "2.14.1",
"@miniflare/web-sockets": "2.14.1",
"@types/http-cache-semantics": "^4.0.1"
}
}

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