wrangler
Advanced tools
+10
-10
| { | ||
| "name": "wrangler", | ||
| "version": "4.61.1", | ||
| "version": "4.62.0", | ||
| "description": "Command-line interface for all things Cloudflare Workers", | ||
@@ -57,6 +57,6 @@ "keywords": [ | ||
| "unenv": "2.0.0-rc.24", | ||
| "workerd": "1.20260128.0", | ||
| "workerd": "1.20260131.0", | ||
| "@cloudflare/kv-asset-handler": "0.4.2", | ||
| "@cloudflare/unenv-preset": "2.12.0", | ||
| "miniflare": "4.20260128.0" | ||
| "miniflare": "4.20260131.0", | ||
| "@cloudflare/unenv-preset": "2.12.0" | ||
| }, | ||
@@ -67,3 +67,3 @@ "devDependencies": { | ||
| "@cloudflare/types": "6.18.4", | ||
| "@cloudflare/workers-types": "^4.20260128.0", | ||
| "@cloudflare/workers-types": "^4.20260131.0", | ||
| "@cspotcode/source-map-support": "0.8.1", | ||
@@ -155,11 +155,11 @@ "@netlify/build-info": "^10.2.0", | ||
| "@cloudflare/containers-shared": "0.8.0", | ||
| "@cloudflare/eslint-config-shared": "1.2.0", | ||
| "@cloudflare/pages-shared": "^0.13.103", | ||
| "@cloudflare/eslint-config-shared": "1.2.1", | ||
| "@cloudflare/pages-shared": "^0.13.104", | ||
| "@cloudflare/workers-shared": "0.18.10", | ||
| "@cloudflare/workers-tsconfig": "0.0.0", | ||
| "@cloudflare/workers-utils": "0.8.1", | ||
| "@cloudflare/workers-utils": "0.9.0", | ||
| "@cloudflare/workflows-shared": "0.4.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "@cloudflare/workers-types": "^4.20260128.0" | ||
| "@cloudflare/workers-types": "^4.20260131.0" | ||
| }, | ||
@@ -186,3 +186,3 @@ "peerDependenciesMeta": { | ||
| "build": "pnpm run clean && pnpm tsup && pnpm run generate-json-schema", | ||
| "check:lint": "eslint . --max-warnings=0", | ||
| "check:lint": "eslint . --max-warnings=0 --cache", | ||
| "check:type": "tsc -p ./tsconfig.json && tsc -p ./templates/tsconfig.json", | ||
@@ -189,0 +189,0 @@ "clean": "rimraf wrangler-dist miniflare-dist emitted-types", |
+8
-5
@@ -42,8 +42,11 @@ <h1 align="center"> ⛅️ wrangler </h1> | ||
| Wrangler is configured via a `wrangler.toml` or `wrangler.json` file in the project root. An example configuration generated by `npx wrangler init` or `npx create cloudflare` is as follows: | ||
| Wrangler is configured via a `wrangler.jsonc` (recommended), `wrangler.json` or `wrangler.toml` file in the project root. An example configuration generated by `npx wrangler init` or `npx create cloudflare` is as follows: | ||
| ```toml | ||
| name = "my-worker" | ||
| main = "./src/index.ts" | ||
| compatibility_date = "YYYY-MM-DD" | ||
| ```jsonc | ||
| { | ||
| "$schema": "node_modules/wrangler/config-schema.json", | ||
| "name": "my-worker", | ||
| "main": "./src/index.ts", | ||
| "compatibility_date": "YYYY-MM-DD", | ||
| } | ||
| ``` | ||
@@ -50,0 +53,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 too big to display
Sorry, the diff of this file is too big to display
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
12996
0.28%78
4%28
-6.67%15630649
-0.17%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated