Socket
Socket
Sign inDemoInstall

node-firebird

Package Overview
Dependencies
0
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.6 to 0.3.0

2

package.json
{
"name": "node-firebird",
"version": "0.2.6",
"version": "0.3.0",
"description": "Pure JavaScript and Asynchronous Firebird client for Node.js.",

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

@@ -50,3 +50,3 @@ ![Firebird Logo](https://www.totaljs.com/exports/firebird-logo.png)

- `Firebird.attachOrCreate(options, function(err, db))` attach or create database
- `Firebird.pool(maxSockets, options, function(err, db)) -> return {Object}` create a connection pooling
- `Firebird.pool(max, options, function(err, db)) -> return {Object}` create a connection pooling

@@ -103,5 +103,2 @@ ## Connection types

// close all opened connections
pool.detach();
// Destroy pool

@@ -108,0 +105,0 @@ pool.destroy();

Sorry, the diff of this file is too big to display

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