Socket
Socket
Sign inDemoInstall

node-firebird

Package Overview
Dependencies
1
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.2 to 0.9.3

4

lib/messages.js

@@ -25,3 +25,3 @@ var fs = require('fs');

exports.lookupMessages = function(status, callback){
exports.lookupMessages = function(status, messageFile, callback){

@@ -124,3 +124,3 @@ var handle;

fs.open(__dirname + "/firebird.msg", 'r', function(err, h) {
fs.open(messageFile, 'r', function(err, h) {

@@ -127,0 +127,0 @@ if (!h) {

{
"name": "node-firebird",
"version": "0.9.2",
"version": "0.9.3",
"description": "Pure JavaScript and Asynchronous Firebird client for Node.js.",

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

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