New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.15.0-5ce7d69 to 0.15.0-dd27c86

2

foreign-keys.d.ts

@@ -42,3 +42,3 @@ import { AnyPgColumn } from './columns';

tableName: TTableName;
}>[]]>(config: () => {
}>[]]>(config: {
columns: TColumns;

@@ -45,0 +45,0 @@ foreignColumns: ColumnsWithTable<TForeignTableName, TColumns>;

@@ -57,3 +57,3 @@ "use strict";

function mappedConfig() {
const { columns, foreignColumns } = config();
const { columns, foreignColumns } = config;
return {

@@ -60,0 +60,0 @@ columns,

{
"name": "drizzle-orm-pg",
"version": "0.15.0-5ce7d69",
"version": "0.15.0-dd27c86",
"description": "Drizzle ORM package for PostgreSQL database",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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