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

pg-async

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pg-async - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2-0

11

package.json
{
"name": "pg-async",
"version": "2.3.1",
"version": "2.3.2-0",
"description": "PostgreSQL client for node.js designed for usage with ES7 async/await based on node-postgres (pg) module",
"main": "lib/index.js",
"files": {},
"scripts": {
"test": "gulp test",
"lint": "gulp eslint",
"prepublish": "gulp"
"lint": "gulp eslint"
},

@@ -46,3 +44,3 @@ "repository": {

"babel": "^6.5.2",
"babel-core": "^6.7.4",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",

@@ -54,4 +52,5 @@ "babel-plugin-add-module-exports": "^0.1.2",

"chai": "^3.5.0",
"del": "^2.2.0",
"eslint": "^2.5.3",
"eslint-config-strict": "^8.5.0",
"eslint-config-strict": "^8.5.1",
"eslint-plugin-import": "^1.4.0",

@@ -58,0 +57,0 @@ "estraverse-fb": "^1.3.1",

# pg-async
[![Npm Version](https://badge.fury.io/js/pg-async.svg)](https://badge.fury.io/js/pg-async)

@@ -6,4 +7,5 @@ [![NPM downloads](http://img.shields.io/npm/dm/pg-async.svg)](https://www.npmjs.com/package/pg-async)

[![devDependency Status](https://david-dm.org/langpavel/node-pg-async/dev-status.svg)](https://david-dm.org/langpavel/node-pg-async#info=devDependencies)
[![Build Status](https://circleci.com/gh/langpavel/node-pg-async.svg?style=shield)](https://circleci.com/gh/langpavel/node-pg-async)
[![Build Status](https://api.travis-ci.org/langpavel/node-pg-async.svg)](https://travis-ci.org/langpavel/node-pg-async)
[![Coverage Status](https://coveralls.io/repos/github/langpavel/node-pg-async/badge.svg?branch=master)](https://coveralls.io/github/langpavel/node-pg-async?branch=master)
[![Join the chat at https://gitter.im/langpavel/node-pg-async](https://badges.gitter.im/langpavel/node-pg-async.svg)](https://gitter.im/langpavel/node-pg-async?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

@@ -10,0 +12,0 @@ Tiny but powerful Promise based PostgreSQL client for node.js

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