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.1 to 0.3.2

2

dist/runtime/types.d.ts

@@ -56,3 +56,3 @@ import type { ColumnDataType, ColumnBaseConfig } from 'drizzle-orm';

default: NonNullable<unknown>;
} ? true : TFields[K] extends {
} ? true : TFields[K]['schema'] extends {
primaryKey: true;

@@ -59,0 +59,0 @@ } ? true : false;

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

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

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

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

Sorry, the diff of this file is too big to display

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