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.9 to 0.3.10

11

CHANGELOG.md

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

## 0.3.10 (2024-07-25)
### 🩹 Fixes
- **package:** type versions correctly formatted ([2add804](https://github.com/anymaniax/cf-workers-query/commit/2add804))
### ❤️ Thank You
- Victor Bury
## 0.3.9 (2024-07-25)

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

12

package.json
{
"name": "cf-workers-query",
"version": "0.3.9",
"version": "0.3.10",
"license": "MIT",

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

},
"typeVersions": {
"hono": [
"./src/lib/hono.d.ts"
]
"typesVersions": {
"*": {
"hono": [
"./src/lib/hono.d.ts"
]
}
}
}
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