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.1.23 to 0.2.0

3

dist/core/cli/commands/push/index.js

@@ -160,2 +160,5 @@ import { createClient } from "@libsql/client";

});
if (result.status >= 400) {
throw new Error(await result.text());
}
return await result.json();

@@ -162,0 +165,0 @@ }

6

package.json
{
"name": "@astrojs/db",
"version": "0.1.23",
"version": "0.2.0",
"description": "",

@@ -67,4 +67,4 @@ "license": "MIT",

"vite": "^4.4.11",
"astro-scripts": "0.0.14",
"astro": "4.2.4"
"astro": "4.2.4",
"astro-scripts": "0.0.14"
},

@@ -71,0 +71,0 @@ "scripts": {

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