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

informix

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

informix - npm Package Compare versions

Comparing version

to
0.1.0

src/ifx/common.h

3

index.js
'use strict';
var ifx = require( 'bindings' )( 'ifx' );
var Ifx = require( 'bindings' )( 'ifx' ).Ifx;
var ifx = new Ifx();
module.exports = ifx;
{
"name": "informix",
"version": "0.0.0",
"version": "0.1.0",
"description": "A node.js native client for IBM Informix",

@@ -8,3 +8,3 @@ "main": "index.js",

"scripts": {
"lint": "jshint index.js lib test",
"lint": "jshint index.js examples test",
"test": "mocha"

@@ -26,3 +26,4 @@ },

"bindings": "^1.2.1",
"nan": "^2.1.0"
"nan": "^2.1.0",
"uuid": "^2.0.1"
},

@@ -29,0 +30,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet