New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pgnode

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pgnode - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

lib/client.js

89

package.json
{
"name": "pgnode",
"version": "0.0.1",
"version": "0.0.2",
"description": "PostgresSQL client to Nodejs servers",
"main": "./lib/index.js",
"scripts": {
"publish": "npm publish"
},
"files": [
"lib",
"src"
"keywords": [
"database",
"libpq",
"pg",
"postgre",
"postgres",
"postgresql",
"rdbms"
],
"homepage": "https://github.com/hebertcisco/pgnode",
"repository": {
"type": "git",
"url": "git+https://github.com/hebertcisco/pgnode.git"
"url": "git://github.com/hebertcisco/pgnode.git"
},
"keywords": [
"javascript",
"typescript",
"pg",
"npm",
"module",
"node"
],
"author": "Hebert F Barros <tecnobertinfo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hebertcisco/pgnode/issues"
},
"homepage": "https://pgconnect.me",
"main": "./lib",
"dependencies": {
"pg": "^8.6.0"
"buffer-writer": "2.0.0",
"packet-reader": "1.0.0",
"pg-connection-string": "^2.5.0",
"pg-pool": "^3.3.0",
"pg-protocol": "^1.5.0",
"pg-types": "^2.1.0",
"pgpass": "1.x"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.5.0",
"chai": "^4.1.2",
"dotenv": "^8.0.0",
"@types/pg": "^7.14.11",
"nodemon": "^2.0.7",
"cross-env": "^5.1.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"mocha": "^6.1.3",
"nyc": "^13.3.0",
"prettier": "2.2.1",
"rimraf": "^2.6.2",
"regenerator-runtime": "^0.13.7",
"typescript": "^4.2.4"
"async": "0.9.0",
"bluebird": "3.5.2",
"co": "4.6.0",
"pg-copy-streams": "0.3.0"
},
"peerDependencies": {
"pg-native": ">=2.0.0"
},
"peerDependenciesMeta": {
"pg-native": {
"optional": true
}
},
"scripts": {
"test": "make test-all"
},
"files": [
"lib",
"SPONSORS.md"
],
"license": "MIT",
"engines": {
"node": ">= 8.0.0"
}
}
}
<p align="center">
<img width="100px" src="https://raw.githubusercontent.com/hebertcisco/pgconnect/main/.github/images/favicon512x512-postgresql.png" align="center" alt=":package: RastrearPedidos" />
<h2 align="center">:package: pgconnect</h2>
<img width="100px" src="https://raw.githubusercontent.com/hebertcisco/pgnode/main/.github/images/favicon512x512-postgresql.png" align="center" alt=":package: postgresql" />
<h2 align="center">:package: pgnode</h2>
<p align="center">PostgresSQL client to Nodejs servers</p>

@@ -11,3 +11,3 @@ </p>

Connect your database easily using the pgconnect package
Connect your database easily using the pgnode package

@@ -47,3 +47,3 @@ # Features

```bash
npm i pgconnect
npm i pgnode
```

@@ -54,3 +54,3 @@

```bash
yarn add pgconnect
yarn add pgnode
```

@@ -61,3 +61,3 @@

```js
const pg = require("pgconnect");
const pg = require("pgnode");
```

@@ -68,3 +68,3 @@

```js
import pg from "pgconnect";
import pg from "pgnode";
```
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