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.9.2 to 1.10.0

dist/data-types/NumericType.d.ts

2

dist/DataTypeMap.js

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

const BoxType_1 = require("./data-types/BoxType");
const NumericType_1 = require("./data-types/NumericType");
class DataTypeMap {

@@ -53,2 +54,3 @@ constructor(other) {

exports.GlobalTypeMap.register(Float8Type_1.Float8Type, Float8Type_1.ArrayFloat8Type, Float4Type_1.Float4Type, Float4Type_1.ArrayFloat4Type);
exports.GlobalTypeMap.register(NumericType_1.NumericType, NumericType_1.ArrayNumericType);
exports.GlobalTypeMap.register(VarcharType_1.VarcharType, VarcharType_1.ArrayVarcharType);

@@ -55,0 +57,0 @@ exports.GlobalTypeMap.register(CharType_1.CharType, CharType_1.ArrayCharType);

10

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

@@ -38,5 +38,5 @@ "contributors": [

"@types/mocha": "^8.0.4",
"@types/node": "^14.14.9",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"babel-eslint": "^10.1.0",

@@ -51,3 +51,3 @@ "dotenv": "^8.2.0",

"ts-loader": "^8.0.11",
"ts-node": "^9.0.0",
"ts-node": "^9.1.0",
"ts-mocha": "^8.0.0",

@@ -54,0 +54,0 @@ "tsconfig-paths": "^3.9.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