Comparing version 2.0.2 to 2.0.3
@@ -42,3 +42,5 @@ "use strict"; | ||
} | ||
resolve(info); | ||
else { | ||
resolve(info); | ||
} | ||
}); | ||
@@ -49,3 +51,5 @@ client.once('error', (err) => { | ||
} | ||
reject(err); | ||
else { | ||
reject(err); | ||
} | ||
}); | ||
@@ -56,3 +60,5 @@ client.once('close', () => { | ||
} | ||
reject(); | ||
else { | ||
reject(); | ||
} | ||
}); | ||
@@ -59,0 +65,0 @@ }); |
{ | ||
"name": "socks", | ||
"private": false, | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.", | ||
@@ -6,0 +6,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
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
174862
1750