Comparing version 0.0.2 to 0.0.3
@@ -11,3 +11,3 @@ "use strict"; | ||
connectionData.options = { | ||
connectionData.options = connectionData.options || { | ||
connectTimeout : 1000, | ||
@@ -24,5 +24,4 @@ requestTimeout : 1000, | ||
connection.close(); | ||
} else { | ||
callback(err, invoker); | ||
} | ||
callback(err, invoker); | ||
}); | ||
@@ -44,3 +43,3 @@ | ||
}); | ||
for(var key in task.map) { | ||
@@ -56,2 +55,2 @@ sqlRequest.addParameter(key, TYPES.VarChar, task.map[key].toString()); | ||
} | ||
}; | ||
}; |
{ | ||
"name": "dbpush", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "index.js", | ||
@@ -8,5 +8,5 @@ "repository": "git://github.com/fredericosilva/dbpush.git", | ||
"dependencies": { | ||
"tedious": "~0.0.7", | ||
"tedious": "~0.1.4", | ||
"async": "~0.1.22" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2023
+ Addedasync@0.2.6(transitive)
+ Addediconv-lite@0.2.7(transitive)
+ Addedtedious@0.1.5(transitive)
- Removediconv-lite@0.2.1(transitive)
- Removedtedious@0.0.7(transitive)
Updatedtedious@~0.1.4