You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@postgresql-typed/util

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postgresql-typed/util - npm Package Compare versions

Comparing version

to
0.3.1

2

lib/util/config/index.d.ts
export declare const DEFAULT_CONFIG_FILES: string[];
export declare const DEFAULT_CONFIG_FILE = "postgresql-typed.config.ts";
export declare const DEFAULT_CONFIG_FILE_RAW = "import { defineConfig } from \"@postgresql-typed/cli/config\";\n\nexport default defineConfig({});";
export declare const DEFAULT_CONFIG_FILE_RAW = "import { defineConfig } from \"@postgresql-typed/cli/lib/config\";\n\nexport default defineConfig({});";
export * from "./configs/index.js";
export * from "./defineConfig.js";
export * from "./getConfig.js";

@@ -10,3 +10,3 @@ export const DEFAULT_CONFIG_FILES = [

export const DEFAULT_CONFIG_FILE = "postgresql-typed.config.ts";
export const DEFAULT_CONFIG_FILE_RAW = `import { defineConfig } from "@postgresql-typed/cli/config";
export const DEFAULT_CONFIG_FILE_RAW = `import { defineConfig } from "@postgresql-typed/cli/lib/config";

@@ -13,0 +13,0 @@ export default defineConfig({});`;

{
"name": "@postgresql-typed/util",
"version": "0.3.0",
"version": "0.3.1",
"description": "Utility functions for PostgreSQL-Typed",

@@ -5,0 +5,0 @@ "type": "module",