socks 2.4.0 → 2.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "socks",
3
3
  "private": false,
4
- "version": "2.4.0",
4
+ "version": "2.4.1",
5
5
  "description": "Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.",
6
6
  "main": "build/index.js",
7
7
  "typings": "typings",
@@ -41,6 +41,7 @@
41
41
  "coveralls": "3.1.0",
42
42
  "mocha": "8.0.1",
43
43
  "nyc": "15.1.0",
44
+ "prettier": "^2.0.5",
44
45
  "socks5-server": "^0.1.1",
45
46
  "ts-node": "8.10.2",
46
47
  "tslint": "6.1.2",
@@ -49,7 +50,6 @@
49
50
  },
50
51
  "dependencies": {
51
52
  "ip": "1.1.5",
52
- "prettier": "^2.0.5",
53
53
  "smart-buffer": "^4.1.0"
54
54
  },
55
55
  "scripts": {