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

@astrojs/db

Package Overview
Dependencies
Maintainers
3
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/db - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

4

dist/core/utils.js

@@ -8,7 +8,7 @@ import { loadEnv } from "vite";

const env = getAstroStudioEnv();
return env.ASTRO_STUDIO_REMOTE_DB_URL;
return env.ASTRO_STUDIO_REMOTE_DB_URL || "https://studio-gateway.fly.dev";
}
function getAstroStudioUrl() {
const env = getAstroStudioEnv();
return env.ASTRO_STUDIO_URL;
return env.ASTRO_STUDIO_URL || "https://stardate.astro.build";
}

@@ -15,0 +15,0 @@ export {

{
"name": "@astrojs/db",
"version": "0.3.0",
"version": "0.3.1",
"description": "",

@@ -5,0 +5,0 @@ "license": "MIT",

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