Comparing version
'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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
26232
239.22%19
90%4
33.33%3
50%+ Added
+ Added