New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@astrojs/cloudflare

Package Overview
Dependencies
Maintainers
3
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/cloudflare - npm Package Compare versions

Comparing version 10.2.3 to 10.2.4

6

dist/utils/generate-routes-json.js

@@ -117,2 +117,5 @@ import { existsSync } from 'node:fs';

excludePaths.push(assetsPath);
for (const redirect of redirects) {
excludePaths.push(segmentsToCfSyntax(redirect, _config));
}
if (existsSync(fileURLToPath(_config.publicDir))) {

@@ -137,5 +140,2 @@ const staticFiles = await glob(`${fileURLToPath(_config.publicDir)}/**/*`, {

}
for (const redirect of redirects) {
excludePaths.push(segmentsToCfSyntax(redirect, _config));
}
let hasPrerendered404 = false;

@@ -142,0 +142,0 @@ for (const route of routes) {

{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to Cloudflare Workers/Pages",
"version": "10.2.3",
"version": "10.2.4",
"type": "module",

@@ -52,4 +52,4 @@ "types": "./dist/index.d.ts",

"vite": "^5.2.6",
"astro-scripts": "0.0.14",
"@astrojs/test-utils": "0.0.1"
"@astrojs/test-utils": "0.0.1",
"astro-scripts": "0.0.14"
},

@@ -56,0 +56,0 @@ "publishConfig": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc