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.2 to 0.3.3

CHANGELOG.md

23

package.json
{
"name": "cf-workers-query",
"version": "0.3.2",
"version": "0.3.3",
"license": "MIT",

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

},
"files": [
"dist"
],
"type": "commonjs",
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"exports": {
".": {
"types": "./dist/src/index.d.ts",
"require": "./dist/src/index.js",
"import": "./dist/src/index.js"
"types": "./src/index.d.ts",
"require": "./src/index.js",
"import": "./src/index.js"
},
"./hono": {
"types": "./dist/src/hono.d.ts",
"require": "./dist/src/hono.js",
"import": "./dist/src/hono.js"
"types": "./src/lib/hono.d.ts",
"require": "./src/lib/hono.js",
"import": "./src/lib/hono.js"
}
}
}
}
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