@cloudflare/vite-plugin
Advanced tools
| //#region package.json | ||
| var package_default = { | ||
| name: "@cloudflare/vite-plugin", | ||
| version: "1.27.0", | ||
| description: "Cloudflare plugin for Vite", | ||
| keywords: [ | ||
| "cloudflare", | ||
| "workers", | ||
| "cloudflare-workers", | ||
| "vite", | ||
| "vite-plugin" | ||
| ], | ||
| homepage: "https://github.com/cloudflare/workers-sdk/tree/main/packages/vite-plugin-cloudflare#readme", | ||
| bugs: { "url": "https://github.com/cloudflare/workers-sdk/issues" }, | ||
| repository: { | ||
| "type": "git", | ||
| "url": "https://github.com/cloudflare/workers-sdk.git", | ||
| "directory": "packages/vite-plugin-cloudflare" | ||
| }, | ||
| license: "MIT", | ||
| sideEffects: false, | ||
| type: "module", | ||
| exports: { ".": { | ||
| "types": "./dist/index.d.mts", | ||
| "import": "./dist/index.mjs" | ||
| } }, | ||
| main: "./dist/index.mjs", | ||
| types: "./dist/index.d.mts", | ||
| files: ["dist"], | ||
| scripts: { | ||
| "build": "tsdown", | ||
| "check:lint": "eslint . --max-warnings=0 --cache", | ||
| "check:type": "tsc --build", | ||
| "dev": "tsdown --watch", | ||
| "test": "vitest run", | ||
| "test:ci": "pnpm test", | ||
| "test:e2e": "vitest run -c e2e/vitest.config.ts", | ||
| "test:watch": "vitest" | ||
| }, | ||
| dependencies: { | ||
| "@cloudflare/unenv-preset": "workspace:*", | ||
| "miniflare": "workspace:*", | ||
| "unenv": "2.0.0-rc.24", | ||
| "wrangler": "workspace:*", | ||
| "ws": "catalog:default" | ||
| }, | ||
| devDependencies: { | ||
| "@cloudflare/containers-shared": "workspace:*", | ||
| "@cloudflare/mock-npm-registry": "workspace:*", | ||
| "@cloudflare/workers-shared": "workspace:*", | ||
| "@cloudflare/workers-tsconfig": "workspace:*", | ||
| "@cloudflare/workers-types": "catalog:default", | ||
| "@cloudflare/workers-utils": "workspace:*", | ||
| "@remix-run/node-fetch-server": "^0.8.0", | ||
| "@types/node": "catalog:vite-plugin", | ||
| "@types/semver": "^7.5.1", | ||
| "@types/ws": "^8.5.13", | ||
| "defu": "^6.1.4", | ||
| "get-port": "^7.1.0", | ||
| "magic-string": "^0.30.12", | ||
| "mlly": "^1.7.4", | ||
| "picocolors": "^1.1.1", | ||
| "semver": "^7.7.1", | ||
| "tinyglobby": "^0.2.12", | ||
| "tree-kill": "catalog:default", | ||
| "tsdown": "0.16.3", | ||
| "typescript": "catalog:default", | ||
| "vite": "catalog:vite-plugin", | ||
| "vitest": "catalog:default" | ||
| }, | ||
| peerDependencies: { | ||
| "vite": "^6.1.0 || ^7.0.0", | ||
| "wrangler": "workspace:^" | ||
| }, | ||
| publishConfig: { "access": "public" }, | ||
| "workers-sdk": { "prerelease": true } | ||
| }; | ||
| //#endregion | ||
| export { package_default as default }; | ||
| //# sourceMappingURL=package-CHwNEMBK.mjs.map |
| {"version":3,"file":"package-CHwNEMBK.mjs","names":[],"sources":["../package.json"],"sourcesContent":["{\n\t\"name\": \"@cloudflare/vite-plugin\",\n\t\"version\": \"1.27.0\",\n\t\"description\": \"Cloudflare plugin for Vite\",\n\t\"keywords\": [\n\t\t\"cloudflare\",\n\t\t\"workers\",\n\t\t\"cloudflare-workers\",\n\t\t\"vite\",\n\t\t\"vite-plugin\"\n\t],\n\t\"homepage\": \"https://github.com/cloudflare/workers-sdk/tree/main/packages/vite-plugin-cloudflare#readme\",\n\t\"bugs\": {\n\t\t\"url\": \"https://github.com/cloudflare/workers-sdk/issues\"\n\t},\n\t\"repository\": {\n\t\t\"type\": \"git\",\n\t\t\"url\": \"https://github.com/cloudflare/workers-sdk.git\",\n\t\t\"directory\": \"packages/vite-plugin-cloudflare\"\n\t},\n\t\"license\": \"MIT\",\n\t\"sideEffects\": false,\n\t\"type\": \"module\",\n\t\"exports\": {\n\t\t\".\": {\n\t\t\t\"types\": \"./dist/index.d.mts\",\n\t\t\t\"import\": \"./dist/index.mjs\"\n\t\t}\n\t},\n\t\"main\": \"./dist/index.mjs\",\n\t\"types\": \"./dist/index.d.mts\",\n\t\"files\": [\n\t\t\"dist\"\n\t],\n\t\"scripts\": {\n\t\t\"build\": \"tsdown\",\n\t\t\"check:lint\": \"eslint . --max-warnings=0 --cache\",\n\t\t\"check:type\": \"tsc --build\",\n\t\t\"dev\": \"tsdown --watch\",\n\t\t\"test\": \"vitest run\",\n\t\t\"test:ci\": \"pnpm test\",\n\t\t\"test:e2e\": \"vitest run -c e2e/vitest.config.ts\",\n\t\t\"test:watch\": \"vitest\"\n\t},\n\t\"dependencies\": {\n\t\t\"@cloudflare/unenv-preset\": \"workspace:*\",\n\t\t\"miniflare\": \"workspace:*\",\n\t\t\"unenv\": \"2.0.0-rc.24\",\n\t\t\"wrangler\": \"workspace:*\",\n\t\t\"ws\": \"catalog:default\"\n\t},\n\t\"devDependencies\": {\n\t\t\"@cloudflare/containers-shared\": \"workspace:*\",\n\t\t\"@cloudflare/mock-npm-registry\": \"workspace:*\",\n\t\t\"@cloudflare/workers-shared\": \"workspace:*\",\n\t\t\"@cloudflare/workers-tsconfig\": \"workspace:*\",\n\t\t\"@cloudflare/workers-types\": \"catalog:default\",\n\t\t\"@cloudflare/workers-utils\": \"workspace:*\",\n\t\t\"@remix-run/node-fetch-server\": \"^0.8.0\",\n\t\t\"@types/node\": \"catalog:vite-plugin\",\n\t\t\"@types/semver\": \"^7.5.1\",\n\t\t\"@types/ws\": \"^8.5.13\",\n\t\t\"defu\": \"^6.1.4\",\n\t\t\"get-port\": \"^7.1.0\",\n\t\t\"magic-string\": \"^0.30.12\",\n\t\t\"mlly\": \"^1.7.4\",\n\t\t\"picocolors\": \"^1.1.1\",\n\t\t\"semver\": \"^7.7.1\",\n\t\t\"tinyglobby\": \"^0.2.12\",\n\t\t\"tree-kill\": \"catalog:default\",\n\t\t\"tsdown\": \"0.16.3\",\n\t\t\"typescript\": \"catalog:default\",\n\t\t\"vite\": \"catalog:vite-plugin\",\n\t\t\"vitest\": \"catalog:default\"\n\t},\n\t\"peerDependencies\": {\n\t\t\"vite\": \"^6.1.0 || ^7.0.0\",\n\t\t\"wrangler\": \"workspace:^\"\n\t},\n\t\"publishConfig\": {\n\t\t\"access\": \"public\"\n\t},\n\t\"workers-sdk\": {\n\t\t\"prerelease\": true\n\t}\n}\n"],"mappings":";sBAAA;OACS;UACG;cACI;WACH;EACX;EACA;EACA;EACA;EACA;EACA;WACW;OACJ,EACP,OAAO,oDACP;aACa;EACb,QAAQ;EACR,OAAO;EACP,aAAa;EACb;UACU;cACI;OACP;UACG,EACV,KAAK;EACJ,SAAS;EACT,UAAU;EACV,EACD;OACO;QACC;QACA,CACR,OACA;UACU;EACV,SAAS;EACT,cAAc;EACd,cAAc;EACd,OAAO;EACP,QAAQ;EACR,WAAW;EACX,YAAY;EACZ,cAAc;EACd;eACe;EACf,4BAA4B;EAC5B,aAAa;EACb,SAAS;EACT,YAAY;EACZ,MAAM;EACN;kBACkB;EAClB,iCAAiC;EACjC,iCAAiC;EACjC,8BAA8B;EAC9B,gCAAgC;EAChC,6BAA6B;EAC7B,6BAA6B;EAC7B,gCAAgC;EAChC,eAAe;EACf,iBAAiB;EACjB,aAAa;EACb,QAAQ;EACR,YAAY;EACZ,gBAAgB;EAChB,QAAQ;EACR,cAAc;EACd,UAAU;EACV,cAAc;EACd,aAAa;EACb,UAAU;EACV,cAAc;EACd,QAAQ;EACR,UAAU;EACV;mBACmB;EACnB,QAAQ;EACR,YAAY;EACZ;gBACgB,EAChB,UAAU,UACV;CACD,eAAe,EACd,cAAc,MACd;CACD"} |
+8
-8
| { | ||
| "name": "@cloudflare/vite-plugin", | ||
| "version": "1.26.1", | ||
| "version": "1.27.0", | ||
| "description": "Cloudflare plugin for Vite", | ||
@@ -39,7 +39,7 @@ "keywords": [ | ||
| "@cloudflare/unenv-preset": "2.15.0", | ||
| "wrangler": "4.71.0", | ||
| "miniflare": "4.20260301.1" | ||
| "miniflare": "4.20260310.0", | ||
| "wrangler": "4.72.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@cloudflare/workers-types": "^4.20260226.1", | ||
| "@cloudflare/workers-types": "^4.20260310.1", | ||
| "@remix-run/node-fetch-server": "^0.8.0", | ||
@@ -62,10 +62,10 @@ "@types/node": "^22.10.1", | ||
| "@cloudflare/containers-shared": "0.10.0", | ||
| "@cloudflare/mock-npm-registry": "0.0.0", | ||
| "@cloudflare/workers-tsconfig": "0.0.0", | ||
| "@cloudflare/workers-utils": "0.12.0", | ||
| "@cloudflare/workers-shared": "0.19.1", | ||
| "@cloudflare/workers-utils": "0.12.0", | ||
| "@cloudflare/workers-tsconfig": "0.0.0" | ||
| "@cloudflare/mock-npm-registry": "0.0.0" | ||
| }, | ||
| "peerDependencies": { | ||
| "vite": "^6.1.0 || ^7.0.0", | ||
| "wrangler": "^4.71.0" | ||
| "wrangler": "^4.72.0" | ||
| }, | ||
@@ -72,0 +72,0 @@ "publishConfig": { |
| //#region package.json | ||
| var package_default = { | ||
| name: "@cloudflare/vite-plugin", | ||
| version: "1.26.1", | ||
| description: "Cloudflare plugin for Vite", | ||
| keywords: [ | ||
| "cloudflare", | ||
| "workers", | ||
| "cloudflare-workers", | ||
| "vite", | ||
| "vite-plugin" | ||
| ], | ||
| homepage: "https://github.com/cloudflare/workers-sdk/tree/main/packages/vite-plugin-cloudflare#readme", | ||
| bugs: { "url": "https://github.com/cloudflare/workers-sdk/issues" }, | ||
| repository: { | ||
| "type": "git", | ||
| "url": "https://github.com/cloudflare/workers-sdk.git", | ||
| "directory": "packages/vite-plugin-cloudflare" | ||
| }, | ||
| license: "MIT", | ||
| sideEffects: false, | ||
| type: "module", | ||
| exports: { ".": { | ||
| "types": "./dist/index.d.mts", | ||
| "import": "./dist/index.mjs" | ||
| } }, | ||
| main: "./dist/index.mjs", | ||
| types: "./dist/index.d.mts", | ||
| files: ["dist"], | ||
| scripts: { | ||
| "build": "tsdown", | ||
| "check:lint": "eslint . --max-warnings=0 --cache", | ||
| "check:type": "tsc --build", | ||
| "dev": "tsdown --watch", | ||
| "test": "vitest run", | ||
| "test:ci": "pnpm test", | ||
| "test:e2e": "vitest run -c e2e/vitest.config.ts", | ||
| "test:watch": "vitest" | ||
| }, | ||
| dependencies: { | ||
| "@cloudflare/unenv-preset": "workspace:*", | ||
| "miniflare": "workspace:*", | ||
| "unenv": "2.0.0-rc.24", | ||
| "wrangler": "workspace:*", | ||
| "ws": "catalog:default" | ||
| }, | ||
| devDependencies: { | ||
| "@cloudflare/containers-shared": "workspace:*", | ||
| "@cloudflare/mock-npm-registry": "workspace:*", | ||
| "@cloudflare/workers-shared": "workspace:*", | ||
| "@cloudflare/workers-tsconfig": "workspace:*", | ||
| "@cloudflare/workers-types": "catalog:default", | ||
| "@cloudflare/workers-utils": "workspace:*", | ||
| "@remix-run/node-fetch-server": "^0.8.0", | ||
| "@types/node": "catalog:vite-plugin", | ||
| "@types/semver": "^7.5.1", | ||
| "@types/ws": "^8.5.13", | ||
| "defu": "^6.1.4", | ||
| "get-port": "^7.1.0", | ||
| "magic-string": "^0.30.12", | ||
| "mlly": "^1.7.4", | ||
| "picocolors": "^1.1.1", | ||
| "semver": "^7.7.1", | ||
| "tinyglobby": "^0.2.12", | ||
| "tree-kill": "catalog:default", | ||
| "tsdown": "0.16.3", | ||
| "typescript": "catalog:default", | ||
| "vite": "catalog:vite-plugin", | ||
| "vitest": "catalog:default" | ||
| }, | ||
| peerDependencies: { | ||
| "vite": "^6.1.0 || ^7.0.0", | ||
| "wrangler": "workspace:^" | ||
| }, | ||
| publishConfig: { "access": "public" }, | ||
| "workers-sdk": { "prerelease": true } | ||
| }; | ||
| //#endregion | ||
| export { package_default as default }; | ||
| //# sourceMappingURL=package-mhh0vTS2.mjs.map |
| {"version":3,"file":"package-mhh0vTS2.mjs","names":[],"sources":["../package.json"],"sourcesContent":["{\n\t\"name\": \"@cloudflare/vite-plugin\",\n\t\"version\": \"1.26.1\",\n\t\"description\": \"Cloudflare plugin for Vite\",\n\t\"keywords\": [\n\t\t\"cloudflare\",\n\t\t\"workers\",\n\t\t\"cloudflare-workers\",\n\t\t\"vite\",\n\t\t\"vite-plugin\"\n\t],\n\t\"homepage\": \"https://github.com/cloudflare/workers-sdk/tree/main/packages/vite-plugin-cloudflare#readme\",\n\t\"bugs\": {\n\t\t\"url\": \"https://github.com/cloudflare/workers-sdk/issues\"\n\t},\n\t\"repository\": {\n\t\t\"type\": \"git\",\n\t\t\"url\": \"https://github.com/cloudflare/workers-sdk.git\",\n\t\t\"directory\": \"packages/vite-plugin-cloudflare\"\n\t},\n\t\"license\": \"MIT\",\n\t\"sideEffects\": false,\n\t\"type\": \"module\",\n\t\"exports\": {\n\t\t\".\": {\n\t\t\t\"types\": \"./dist/index.d.mts\",\n\t\t\t\"import\": \"./dist/index.mjs\"\n\t\t}\n\t},\n\t\"main\": \"./dist/index.mjs\",\n\t\"types\": \"./dist/index.d.mts\",\n\t\"files\": [\n\t\t\"dist\"\n\t],\n\t\"scripts\": {\n\t\t\"build\": \"tsdown\",\n\t\t\"check:lint\": \"eslint . --max-warnings=0 --cache\",\n\t\t\"check:type\": \"tsc --build\",\n\t\t\"dev\": \"tsdown --watch\",\n\t\t\"test\": \"vitest run\",\n\t\t\"test:ci\": \"pnpm test\",\n\t\t\"test:e2e\": \"vitest run -c e2e/vitest.config.ts\",\n\t\t\"test:watch\": \"vitest\"\n\t},\n\t\"dependencies\": {\n\t\t\"@cloudflare/unenv-preset\": \"workspace:*\",\n\t\t\"miniflare\": \"workspace:*\",\n\t\t\"unenv\": \"2.0.0-rc.24\",\n\t\t\"wrangler\": \"workspace:*\",\n\t\t\"ws\": \"catalog:default\"\n\t},\n\t\"devDependencies\": {\n\t\t\"@cloudflare/containers-shared\": \"workspace:*\",\n\t\t\"@cloudflare/mock-npm-registry\": \"workspace:*\",\n\t\t\"@cloudflare/workers-shared\": \"workspace:*\",\n\t\t\"@cloudflare/workers-tsconfig\": \"workspace:*\",\n\t\t\"@cloudflare/workers-types\": \"catalog:default\",\n\t\t\"@cloudflare/workers-utils\": \"workspace:*\",\n\t\t\"@remix-run/node-fetch-server\": \"^0.8.0\",\n\t\t\"@types/node\": \"catalog:vite-plugin\",\n\t\t\"@types/semver\": \"^7.5.1\",\n\t\t\"@types/ws\": \"^8.5.13\",\n\t\t\"defu\": \"^6.1.4\",\n\t\t\"get-port\": \"^7.1.0\",\n\t\t\"magic-string\": \"^0.30.12\",\n\t\t\"mlly\": \"^1.7.4\",\n\t\t\"picocolors\": \"^1.1.1\",\n\t\t\"semver\": \"^7.7.1\",\n\t\t\"tinyglobby\": \"^0.2.12\",\n\t\t\"tree-kill\": \"catalog:default\",\n\t\t\"tsdown\": \"0.16.3\",\n\t\t\"typescript\": \"catalog:default\",\n\t\t\"vite\": \"catalog:vite-plugin\",\n\t\t\"vitest\": \"catalog:default\"\n\t},\n\t\"peerDependencies\": {\n\t\t\"vite\": \"^6.1.0 || ^7.0.0\",\n\t\t\"wrangler\": \"workspace:^\"\n\t},\n\t\"publishConfig\": {\n\t\t\"access\": \"public\"\n\t},\n\t\"workers-sdk\": {\n\t\t\"prerelease\": true\n\t}\n}\n"],"mappings":";sBAAA;OACS;UACG;cACI;WACH;EACX;EACA;EACA;EACA;EACA;EACA;WACW;OACJ,EACP,OAAO,oDACP;aACa;EACb,QAAQ;EACR,OAAO;EACP,aAAa;EACb;UACU;cACI;OACP;UACG,EACV,KAAK;EACJ,SAAS;EACT,UAAU;EACV,EACD;OACO;QACC;QACA,CACR,OACA;UACU;EACV,SAAS;EACT,cAAc;EACd,cAAc;EACd,OAAO;EACP,QAAQ;EACR,WAAW;EACX,YAAY;EACZ,cAAc;EACd;eACe;EACf,4BAA4B;EAC5B,aAAa;EACb,SAAS;EACT,YAAY;EACZ,MAAM;EACN;kBACkB;EAClB,iCAAiC;EACjC,iCAAiC;EACjC,8BAA8B;EAC9B,gCAAgC;EAChC,6BAA6B;EAC7B,6BAA6B;EAC7B,gCAAgC;EAChC,eAAe;EACf,iBAAiB;EACjB,aAAa;EACb,QAAQ;EACR,YAAY;EACZ,gBAAgB;EAChB,QAAQ;EACR,cAAc;EACd,UAAU;EACV,cAAc;EACd,aAAa;EACb,UAAU;EACV,cAAc;EACd,QAAQ;EACR,UAAU;EACV;mBACmB;EACnB,QAAQ;EACR,YAAY;EACZ;gBACgB,EAChB,UAAU,UACV;CACD,eAAe,EACd,cAAc,MACd;CACD"} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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 14 instances in 1 package
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated 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
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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 14 instances in 1 package
High entropy strings
Supply chain riskContains high entropy strings. This could be a sign of encrypted data, leaked secrets or obfuscated 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
3433006
-0.02%40330
0162
0.62%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated