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.14.0 to 1.14.1

2

dist/data-types/UuidType.js

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

return typeof v === 'string' &&
!GUID_PATTERN.test(v);
GUID_PATTERN.test(v);
}

@@ -31,0 +31,0 @@ };

@@ -63,8 +63,6 @@ "use strict";

exports.GlobalTypeMap.register(NumericType_1.NumericType, NumericType_1.ArrayNumericType);
exports.GlobalTypeMap.register(VarcharType_1.VarcharType, VarcharType_1.ArrayVarcharType);
exports.GlobalTypeMap.register(CharType_1.CharType, CharType_1.ArrayCharType);
exports.GlobalTypeMap.register(UuidType_1.UuidType, UuidType_1.ArrayUuidType);
exports.GlobalTypeMap.register(TimestamptzType_1.TimestamptzType, TimestamptzType_1.ArrayTimestamptzType);
exports.GlobalTypeMap.register(TimestampType_1.TimestampType, TimestampType_1.ArrayTimestampType);
exports.GlobalTypeMap.register(DateType_1.DateType, DateType_1.ArrayDateType);
exports.GlobalTypeMap.register(UuidType_1.UuidType, UuidType_1.ArrayUuidType);
exports.GlobalTypeMap.register(OidType_1.OidType, OidType_1.ArrayOidType);

@@ -77,2 +75,4 @@ exports.GlobalTypeMap.register(JsonType_1.JsonType, JsonType_1.ArrayJsonType);

exports.GlobalTypeMap.register(BoxType_1.BoxType, BoxType_1.ArrayBoxType);
exports.GlobalTypeMap.register(VarcharType_1.VarcharType, VarcharType_1.ArrayVarcharType);
exports.GlobalTypeMap.register(CharType_1.CharType, CharType_1.ArrayCharType);
exports.GlobalTypeMap.register(Object.assign(Object.assign({}, VarcharType_1.VarcharType), { name: 'bpchar', oid: definitions_1.DataTypeOIDs.bpchar }));

@@ -79,0 +79,0 @@ exports.GlobalTypeMap.register(Object.assign(Object.assign({}, VarcharType_1.ArrayVarcharType), { name: '_bpchar', oid: definitions_1.DataTypeOIDs._bpchar, elementsOID: definitions_1.DataTypeOIDs.bpchar }));

{
"name": "postgresql-client",
"description": "Professional PostgreSQL client for JavaScript and TypeScript",
"version": "1.14.0",
"version": "1.14.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