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

miniflare

Package Overview
Dependencies
Maintainers
1
Versions
893
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

miniflare - npm Package Compare versions

Comparing version 0.0.0-291e5f335 to 0.0.0-2af75edb3

4

package.json
{
"name": "miniflare",
"version": "0.0.0-291e5f335",
"version": "0.0.0-2af75edb3",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",

@@ -82,3 +82,3 @@ "keywords": [

"@cloudflare/kv-asset-handler": "0.3.4",
"@cloudflare/workers-shared": "0.0.0-291e5f335"
"@cloudflare/workers-shared": "0.0.0-2af75edb3"
},

@@ -85,0 +85,0 @@ "engines": {

@@ -577,2 +577,13 @@ # 🔥 Miniflare

#### Assets
- `directory?: string`
Path to serve Workers static asset files from.
- `binding?: string`
Binding name to inject as a `Fetcher` binding to allow access to static assets from within the Worker.
- `assetOptions?: { html_handling?: HTMLHandlingOptions, not_found_handling?: NotFoundHandlingOptions}`
Configuration for file-based asset routing - see [docs](https://developers.cloudflare.com/workers/static-assets/routing/#routing-configuration) for options
#### Analytics Engine, Sending Email, Vectorize and Workers for Platforms

@@ -579,0 +590,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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