Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

miniflare

Package Overview
Dependencies
Maintainers
0
Versions
462
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-5bfb75df8 to 0.0.0-5c5094948

4

package.json
{
"name": "miniflare",
"version": "0.0.0-5bfb75df8",
"version": "0.0.0-5c5094948",
"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-5bfb75df8"
"@cloudflare/workers-shared": "0.0.0-5c5094948"
},

@@ -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