Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@astrojs/cloudflare

Package Overview
Dependencies
Maintainers
3
Versions
184
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.4.0 to 10.4.1

5

dist/entrypoints/server.js

@@ -38,3 +38,6 @@ import { App } from 'astro/app';

// the users's astro version or if astro:env is not enabled in the project
await import('astro/env/setup').then((mod) => mod.setGetEnv(createGetEnv(env))).catch(() => { });
const setupModule = 'astro/env/setup';
await import(/* @vite-ignore */ setupModule)
.then((mod) => mod.setGetEnv(createGetEnv(env)))
.catch(() => { });
const response = await app.render(request, { routeData, locals });

@@ -41,0 +44,0 @@ if (app.setCookieHeaders) {

4

package.json
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to Cloudflare Workers/Pages",
"version": "10.4.0",
"version": "10.4.1",
"type": "module",

@@ -51,3 +51,3 @@ "types": "./dist/index.d.ts",

"strip-ansi": "^7.1.0",
"vite": "^5.2.12",
"vite": "^5.2.13",
"@astrojs/test-utils": "0.0.1",

@@ -54,0 +54,0 @@ "astro-scripts": "0.0.14"

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