socks 1.1.8 → 1.1.9
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "socks",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.9",
|
4
4
|
"description": "A SOCKS proxy client supporting SOCKS 4, 4a, and 5. (also supports BIND/Associate)",
|
5
5
|
"main": "index.js",
|
6
6
|
"homepage": "https://github.com/JoshGlazebrook/socks",
|
@@ -33,7 +33,7 @@
|
|
33
33
|
],
|
34
34
|
"license": "MIT",
|
35
35
|
"dependencies": {
|
36
|
-
"ip": "^
|
37
|
-
"smart-buffer": "^1.0.
|
36
|
+
"ip": "^1.1.2",
|
37
|
+
"smart-buffer": "^1.0.4"
|
38
38
|
}
|
39
39
|
}
|