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

cf-workers-query

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-workers-query - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

11

CHANGELOG.md

@@ -0,1 +1,12 @@

## 0.3.6 (2024-07-25)
### 🩹 Fixes
- **hono:** clone response ([cac189a](https://github.com/anymaniax/cf-workers-query/commit/cac189a))
### ❤️ Thank You
- Victor Bury
## 0.3.5 (2024-07-25)

@@ -2,0 +13,0 @@

2

package.json
{
"name": "cf-workers-query",
"version": "0.3.5",
"version": "0.3.6",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Automatically cache and revalidate data in Cloudflare Workers. Using the Cache API and Execution Context",

@@ -8,3 +8,4 @@ import { __awaiter, __rest } from "tslib";

yield next();
return ctx.res;
const clonedResponse = ctx.res.clone();
return clonedResponse;
}), executionCtx: ctx.executionCtx, throwOnError: true }));

@@ -11,0 +12,0 @@ return response;

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