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.2.17 to 0.2.18

2

dist/src/pgDal.js

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

exports.postgresDal = postgresDal;
exports.postgresEnvValidator = (0, utils_1.composeNameAndValidators)((0, utils_1.validateChildValue)('type', 'postgres'), (0, utils_1.validateChildString)('username', true), (0, utils_1.validateChildString)('password', true), (0, utils_1.validateChildNumber)('port'), (0, utils_1.validateChildString)('host'), (0, utils_1.validateChildString)('database'));
exports.postgresEnvValidator = (0, utils_1.composeNameAndValidators)((0, utils_1.validateChildValue)('type', 'postgres'), (0, utils_1.validateChildString)('username', true), (0, utils_1.validateChildString)('password', true), (0, utils_1.validateChildString)('schema'), (0, utils_1.validateChildNumber)('port'), (0, utils_1.validateChildString)('host'), (0, utils_1.validateChildString)('database'));
exports.postgresDalDialect = {

@@ -64,0 +64,0 @@ limitFn: (pageNum, pageSize, s) => {

{
"name": "@dbpath/postgres",
"description": "",
"version": "0.2.17",
"version": "0.2.18",
"main": "dist/index",

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

"pg": "^8.10.0",
"@dbpath/utils": "0.2.17",
"@dbpath/dal": "0.2.17"
"@dbpath/utils": "0.2.18",
"@dbpath/dal": "0.2.18"
},

@@ -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