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.1.0 to 1.1.1

2

dist/common.js

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

dataTypeId: f.dataTypeId,
dataTypeName: '',
mappedType: cf === DataFormat.binary ? 'Buffer' : 'string'

@@ -83,2 +84,3 @@ };

x.mappedType = reg.mappedType;
x.dataTypeName = reg.name;
if (reg.elementsOID) {

@@ -85,0 +87,0 @@ x.elementDataTypeId = reg.elementsOID;

@@ -156,2 +156,6 @@ /// <reference types="node" />

/**
* Name of the data type
*/
dataTypeName: string;
/**
* OID of the elements data type if field is an array

@@ -158,0 +162,0 @@ */

2

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

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

Sorry, the diff of this file is not supported yet

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