Comparing version 0.0.7 to 0.0.8
@@ -85,3 +85,3 @@ "use strict"; | ||
sqlRequest.on('doneProc', function(){ | ||
process.nextTick(callback); | ||
process.setImmediate(callback); | ||
}); | ||
@@ -88,0 +88,0 @@ |
{ | ||
"name": "dbpush", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/fredericosilva/dbpush.git", |
@@ -0,1 +1,3 @@ | ||
[![NPM](https://nodei.co/npm/dbpush.png)](https://nodei.co/npm/dbpush/) | ||
###Example | ||
@@ -2,0 +4,0 @@ var dbpush = require("dbpush"); |
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
2936
20