Comparing version 0.0.6 to 0.0.7
@@ -51,2 +51,7 @@ "use strict"; | ||
function invoker(spName, map) { | ||
if (typeof spName !== 'string') { | ||
return console.log('invalid spName', spName); | ||
} | ||
queue.push({ | ||
@@ -53,0 +58,0 @@ sp : spMapping[spName] || spName, |
{ | ||
"name": "dbpush", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"main": "index.js", | ||
@@ -8,5 +8,5 @@ "repository": "git://github.com/fredericosilva/dbpush.git", | ||
"dependencies": { | ||
"tedious": "~0.1.4", | ||
"tedious": "~0.1.5", | ||
"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
2857
67
Updatedtedious@~0.1.5