miniflare
Advanced tools
Comparing version 0.0.0-135dd8537 to 0.0.0-139b5ec5c
@@ -8,3 +8,6 @@ // src/workers/shared/blob.worker.ts | ||
function viewToBuffer(view) { | ||
return view.buffer.slice(view.byteOffset, view.byteOffset + view.byteLength); | ||
return view.buffer.slice( | ||
view.byteOffset, | ||
view.byteOffset + view.byteLength | ||
); | ||
} | ||
@@ -11,0 +14,0 @@ function base64Encode(value) { |
{ | ||
"name": "miniflare", | ||
"version": "0.0.0-135dd8537", | ||
"version": "0.0.0-139b5ec5c", | ||
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -34,18 +34,17 @@ "keywords": [ | ||
"@cspotcode/source-map-support": "0.8.1", | ||
"acorn": "^8.8.0", | ||
"acorn-walk": "^8.2.0", | ||
"capnp-ts": "^0.7.0", | ||
"exit-hook": "^2.2.1", | ||
"glob-to-regexp": "^0.4.1", | ||
"stoppable": "^1.1.0", | ||
"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.4", | ||
"workerd": "1.20250124.0", | ||
"ws": "^8.18.0", | ||
"youch": "^3.2.2", | ||
"zod": "^3.22.3" | ||
"workerd": "1.20250204.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", | ||
"@microsoft/api-extractor": "^7.47.0", | ||
"@cloudflare/workers-types": "^4.20250204.0", | ||
"@microsoft/api-extractor": "7.49.1", | ||
"@types/debug": "^4.1.7", | ||
@@ -56,3 +55,3 @@ "@types/estree": "^1.0.0", | ||
"@types/mime": "^3.0.4", | ||
"@types/node": "^18.19.59", | ||
"@types/node": "^18.19.71", | ||
"@types/stoppable": "^1.1.1", | ||
@@ -64,3 +63,3 @@ "@types/which": "^2.0.1", | ||
"ava": "^6.0.1", | ||
"capnpc-ts": "^0.7.0", | ||
"capnp-es": "^0.0.7", | ||
"concurrently": "^8.2.2", | ||
@@ -83,5 +82,6 @@ "devalue": "^4.3.0", | ||
"source-map": "^0.6.1", | ||
"typescript": "^5.7.2", | ||
"which": "^2.0.2", | ||
"@cloudflare/workers-shared": "0.0.0-135dd8537", | ||
"@cloudflare/kv-asset-handler": "0.3.4", | ||
"@cloudflare/workers-shared": "0.0.0-139b5ec5c", | ||
"@cloudflare/workflows-shared": "0.2.2" | ||
@@ -103,3 +103,3 @@ }, | ||
"build": "node scripts/build.mjs && pnpm run types:build", | ||
"capnp:workerd": "capnpc -o ts src/runtime/config/workerd.capnp", | ||
"capnp:workerd": "node scripts/build-capnp.mjs", | ||
"check:lint": "eslint --max-warnings=0 \"{src,test}/**/*.ts\" \"scripts/**/*.{js,mjs}\" \"types/**/*.ts\"", | ||
@@ -106,0 +106,0 @@ "check:type": "tsc", |
@@ -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 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 not supported yet
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
2839182
11
42
45059
889
45
8
38
+ Added@cloudflare/workerd-darwin-64@1.20250204.0(transitive)
+ Added@cloudflare/workerd-darwin-arm64@1.20250204.0(transitive)
+ Added@cloudflare/workerd-linux-64@1.20250204.0(transitive)
+ Added@cloudflare/workerd-linux-arm64@1.20250204.0(transitive)
+ Added@cloudflare/workerd-windows-64@1.20250204.0(transitive)
+ Addedacorn-walk@8.3.2(transitive)
+ Addedcookie@0.5.0(transitive)
+ Addedworkerd@1.20250204.0(transitive)
+ Addedws@8.18.0(transitive)
+ Addedyouch@3.2.3(transitive)
+ Addedzod@3.22.3(transitive)
- Removedcapnp-ts@^0.7.0
- Removed@cloudflare/workerd-darwin-64@1.20250124.0(transitive)
- Removed@cloudflare/workerd-darwin-arm64@1.20250124.0(transitive)
- Removed@cloudflare/workerd-linux-64@1.20250124.0(transitive)
- Removed@cloudflare/workerd-linux-arm64@1.20250124.0(transitive)
- Removed@cloudflare/workerd-windows-64@1.20250124.0(transitive)
- Removedacorn-walk@8.3.4(transitive)
- Removedcapnp-ts@0.7.0(transitive)
- Removedcookie@0.7.2(transitive)
- Removeddebug@4.4.0(transitive)
- Removedms@2.1.3(transitive)
- Removedtslib@2.8.1(transitive)
- Removedworkerd@1.20250124.0(transitive)
- Removedws@8.18.1(transitive)
- Removedyouch@3.3.4(transitive)
- Removedzod@3.24.2(transitive)
Updatedacorn@8.14.0
Updatedacorn-walk@8.3.2
Updatedexit-hook@2.2.1
Updatedglob-to-regexp@0.4.1
Updatedstoppable@1.1.0
Updatedworkerd@1.20250204.0
Updatedws@8.18.0
Updatedyouch@3.2.3
Updatedzod@3.22.3