curlrequest
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -263,3 +263,3 @@ var child = require('child_process') | ||
(function exec() { | ||
check(input.shift(), function () { | ||
fn(input.shift(), function () { | ||
process.nextTick(exec); | ||
@@ -272,3 +272,3 @@ }); | ||
(function exec() { | ||
check(function () { | ||
fn(function () { | ||
process.nextTick(exec); | ||
@@ -275,0 +275,0 @@ }); |
{ "name" : "curlrequest", | ||
"description" : "A curl wrapper for node", | ||
"version" : "0.1.7", | ||
"version" : "0.1.8", | ||
"homepage" : "https://github.com/chriso/curlrequest", | ||
@@ -5,0 +5,0 @@ "author" : "Chris O'Hara <cohara87@gmail.com>", |
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
11350