curlrequest
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -283,3 +283,3 @@ var util = require('util') | ||
//Handle curl exit | ||
curl.on('exit', function (code) { | ||
curl.on('close', function (code) { | ||
try { | ||
@@ -286,0 +286,0 @@ err = code; |
{ "name" : "curlrequest", | ||
"description" : "A curl wrapper for node", | ||
"version" : "0.5.2", | ||
"version" : "0.5.3", | ||
"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
27697
8
494