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

af-db-ts

Package Overview
Dependencies
Maintainers
0
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

af-db-ts - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

3

dist/types/src/@types/i-config.d.ts

@@ -1,3 +0,4 @@

import { PoolClient } from "pg";
import { PoolClient } from 'pg';
export interface IDBConfigCommon {
label?: string;
dialect?: 'mssql' | 'pg';

@@ -4,0 +5,0 @@ port: string | number | null | undefined;

{
"name": "af-db-ts",
"version": "3.0.7",
"version": "3.0.8",
"description": "A highly specialized function library",

@@ -5,0 +5,0 @@ "main": "./dist/cjs/src/index.js",

### Not of interest to third party users

@@ -1,5 +0,5 @@

import { TypeFormat, TypeId } from 'pg-types';
import { PoolClient } from "pg";
import { PoolClient } from 'pg';
export interface IDBConfigCommon {
label?: string,
dialect?: 'mssql' | 'pg',

@@ -6,0 +6,0 @@ port: string | number | null | undefined,

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