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

postgresql-client

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgresql-client - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

dist/BindParam.js.map

1

dist/index.d.ts

@@ -7,2 +7,3 @@ export * from './DataTypeMap';

export * from './BindParam';
export * from './Cursor';
export * from './util/stringify-arrayliteral';

@@ -9,0 +10,0 @@ export * from './util/stringify-for-sql';

@@ -19,2 +19,3 @@ "use strict";

__exportStar(require("./BindParam"), exports);
__exportStar(require("./Cursor"), exports);
__exportStar(require("./util/stringify-arrayliteral"), exports);

@@ -21,0 +22,0 @@ __exportStar(require("./util/stringify-for-sql"), exports);

2

package.json
{
"name": "postgresql-client",
"description": "Professional PostgreSQL client for JavaScript and TypeScript",
"version": "1.2.0",
"version": "1.2.1",
"author": "Panates",

@@ -6,0 +6,0 @@ "contributors": [

@@ -8,7 +8,3 @@ ## postgresql-client

[![Dependencies][dependencies-image]][dependencies-url]
[![DevDependencies][devdependencies-image]][devdependencies-url]
[![Package Quality][quality-image]][quality-url]
Professional PostgreSQL client written in TypeScript.

@@ -15,0 +11,0 @@

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