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

to
0.0.0-ca6001066

dist/src/workers/assets/rpc-proxy.worker.js

2

dist/src/workers/assets/assets-kv.worker.js

@@ -19,3 +19,3 @@ // src/workers/assets/assets-kv.worker.ts

), newResponse = new Response(response.body, response);
return newResponse.headers.append(
return contentType !== null && newResponse.headers.append(
"cf-kv-metadata",

@@ -22,0 +22,0 @@ `{"contentType": "${contentType}"}`

{
"name": "miniflare",
"version": "0.0.0-ca41ebf0e",
"version": "0.0.0-ca6001066",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",

@@ -34,16 +34,16 @@ "keywords": [

"@cspotcode/source-map-support": "0.8.1",
"acorn": "^8.8.0",
"acorn-walk": "^8.2.0",
"exit-hook": "^2.2.1",
"glob-to-regexp": "^0.4.1",
"stoppable": "^1.1.0",
"undici": "^5.28.4",
"workerd": "1.20250124.0",
"ws": "^8.18.0",
"youch": "^3.2.2",
"zod": "^3.22.3"
"acorn": "8.14.0",
"acorn-walk": "8.3.2",
"exit-hook": "2.2.1",
"glob-to-regexp": "0.4.1",
"stoppable": "1.1.0",
"undici": "^5.28.5",
"workerd": "1.20250224.0",
"ws": "8.18.0",
"youch": "3.2.3",
"zod": "3.22.3"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@cloudflare/workers-types": "^4.20250121.0",
"@cloudflare/workers-types": "^4.20250224.0",
"@microsoft/api-extractor": "7.49.1",

@@ -55,3 +55,3 @@ "@types/debug": "^4.1.7",

"@types/mime": "^3.0.4",
"@types/node": "^18.19.71",
"@types/node": "^18.19.75",
"@types/stoppable": "^1.1.1",

@@ -68,6 +68,5 @@ "@types/which": "^2.0.1",

"esbuild": "0.17.19",
"eslint": "^8.49.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-import": "2.26.x",
"eslint-plugin-prettier": "^5.0.1",

@@ -84,5 +83,5 @@ "expect-type": "^0.15.0",

"which": "^2.0.2",
"@cloudflare/workflows-shared": "0.2.2",
"@cloudflare/kv-asset-handler": "0.3.4",
"@cloudflare/workers-shared": "0.0.0-ca41ebf0e"
"@cloudflare/workers-shared": "0.0.0-ca6001066",
"@cloudflare/workflows-shared": "0.2.3"
},

@@ -89,0 +88,0 @@ "engines": {

@@ -602,2 +602,9 @@ # 🔥 Miniflare

#### Pipelines
- `pipelines?: Record<string, PipelineOptions> | string[]`
Record mapping binding name to a Pipeline. Different workers may bind to the same Pipeline with different bindings
names. If a `string[]` of pipeline names, the binding and Pipeline name are assumed to be the same.
#### Workflows

@@ -604,0 +611,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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet