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

@dbpath/postgres

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbpath/postgres - npm Package Compare versions

Comparing version 0.3.16 to 0.3.17

0

dist/index.d.ts
export * from './src/pgDal';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { CommonEnvironment, Dal, DalDialect } from "@dbpath/dal";

@@ -0,0 +0,0 @@ "use strict";

import { Pool } from "pg";
import { MetaDataFn } from "@dbpath/dal";
export declare const pgMeta: (p: Pool, schema: string) => MetaDataFn;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

6

package.json
{
"name": "@dbpath/postgres",
"description": "",
"version": "0.3.16",
"version": "0.3.17",
"main": "dist/index",

@@ -21,4 +21,4 @@ "types": "dist/index",

"pg": "^8.10.0",
"@dbpath/utils": "0.3.16",
"@dbpath/dal": "0.3.16"
"@dbpath/utils": "0.3.17",
"@dbpath/dal": "0.3.17"
},

@@ -25,0 +25,0 @@ "devDependencies": {

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