miniflare
Advanced tools
Comparing version
{ | ||
"name": "miniflare", | ||
"version": "0.0.0-e39a45ffa", | ||
"version": "0.0.0-e3b3ef51c", | ||
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"undici": "^5.28.5", | ||
"workerd": "1.20250525.0", | ||
"workerd": "1.20250604.0", | ||
"ws": "8.18.0", | ||
@@ -49,4 +49,4 @@ "youch": "3.3.4", | ||
"@ava/typescript": "^4.1.0", | ||
"@cloudflare/workers-types": "^4.20250525.0", | ||
"@microsoft/api-extractor": "7.49.1", | ||
"@cloudflare/workers-types": "^4.20250604.0", | ||
"@microsoft/api-extractor": "^7.52.8", | ||
"@types/debug": "^4.1.7", | ||
@@ -65,2 +65,3 @@ "@types/estree": "^1.0.0", | ||
"capnp-es": "^0.0.7", | ||
"chokidar": "^4.0.1", | ||
"concurrently": "^8.2.2", | ||
@@ -87,5 +88,6 @@ "devalue": "^4.3.0", | ||
"which": "^2.0.2", | ||
"xdg-app-paths": "^8.3.0", | ||
"@cloudflare/kv-asset-handler": "0.4.0", | ||
"@cloudflare/workers-shared": "0.0.0-e39a45ffa", | ||
"@cloudflare/workflows-shared": "0.3.3" | ||
"@cloudflare/workers-shared": "0.0.0-e3b3ef51c", | ||
"@cloudflare/workflows-shared": "0.3.4" | ||
}, | ||
@@ -112,3 +114,4 @@ "engines": { | ||
"lint:fix": "pnpm run check:lint --fix", | ||
"test": "ava && rimraf ./.tmp", | ||
"test": "ava", | ||
"posttest": "rimraf ./.tmp", | ||
"test:ci": "pnpm run test", | ||
@@ -115,0 +118,0 @@ "types:build": "node scripts/types.mjs tsconfig.json && node scripts/types.mjs src/workers/tsconfig.json" |
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 too big to display
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
3634247
4.85%60040
5.69%42
5%71
20.34%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated