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

drizzle-orm-pg

Package Overview
Dependencies
Maintainers
3
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drizzle-orm-pg - npm Package Compare versions

Comparing version 0.16.0-3e17d6e to 0.16.0-484a8ae

2

package.json
{
"name": "drizzle-orm-pg",
"version": "0.16.0-3e17d6e",
"version": "0.16.0-484a8ae",
"description": "Drizzle ORM package for PostgreSQL database",

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

@@ -146,3 +146,3 @@ <div align='center'>

id: serial('id').primaryKey(),
name: varchar('name', 256),
name: varchar('name', { length: 256 }),
}, (countries) => {

@@ -156,3 +156,3 @@ return {

id: serial('id').primaryKey(),
name: varchar('name', 256),
name: varchar('name', { length: 256 }),
countryId: integer('country_id').references(() => countries.id),

@@ -159,0 +159,0 @@ popularity: popularityEnum('popularity'),

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