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.6.0 to 0.6.1

11

CHANGELOG.md

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

## 0.6.1 (2024-09-02)
### 🩹 Fixes
- **create-query:** correctly display warning context ([50a50dc](https://github.com/anymaniax/cf-workers-query/commit/50a50dc))
### ❤️ Thank You
- Victor Bury
## 0.6.0 (2024-09-02)

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

2

package.json
{
"name": "cf-workers-query",
"version": "0.6.0",
"version": "0.6.1",
"license": "MIT",

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

@@ -14,3 +14,3 @@ import { getCFExecutionContext } from './context';

const context = (executionCtx ?? getCFExecutionContext());
if (context && !!staleTime) {
if (!context && !!staleTime) {
console.warn('Context not found, staleTime will be ignored');

@@ -17,0 +17,0 @@ }

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