Socket
Socket
Sign inDemoInstall

pg-bricks

Package Overview
Dependencies
40
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

2

index.js

@@ -89,3 +89,3 @@ var debug = require('debug')('pg-bricks');

debug(message);
oldQuery.apply(client, arguments);
return oldQuery.apply(client, arguments);
}

@@ -92,0 +92,0 @@ }

{
"name": "pg-bricks",
"version": "0.3.1",
"version": "0.3.2",
"description": "Higher level PostgreSQL client",

@@ -5,0 +5,0 @@ "keywords": [

@@ -98,4 +98,11 @@ # PostgreSQL bricks

## TODO:
- make db.query() return EventEmitter
- add .pipe() on .query() results
- make instrumented queries capable of streaming
[sql-bricks-postgres]: https://www.npmjs.org/package/sql-bricks-postgres
[sql-bricks]: https://www.npmjs.org/package/sql-bricks
[debug]: https://www.npmjs.org/package/debug

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc