socks 2.3.1 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.prettierrc.yaml CHANGED
@@ -2,4 +2,6 @@ parser: typescript
2
2
  printWidth: 80
3
3
  tabWidth: 2
4
4
  singleQuote: true
5
- trailingComma: none
5
+ trailingComma: all
6
+ arrowParens: always
7
+ bracketSpacing: false
package/.travis.yml CHANGED
@@ -1,7 +1,8 @@
1
1
  language: node_js
2
2
  node_js:
3
- - 6
4
- - 8
3
+ - 10
4
+ - 12
5
+ - 14
5
6
  - stable
6
7
 
7
8
  before_install:
package/README.md CHANGED
@@ -14,7 +14,7 @@ Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Inc
14
14
 
15
15
  ### Requirements
16
16
 
17
- * Node.js v6.0+ (Please use [v1](https://github.com/JoshGlazebrook/socks/tree/82d83923ad960693d8b774cafe17443ded7ed584) for older versions of Node.js)
17
+ * Node.js v10.0+ (Please use [v1](https://github.com/JoshGlazebrook/socks/tree/82d83923ad960693d8b774cafe17443ded7ed584) for older versions of Node.js)
18
18
 
19
19
  ### Looking for v1?
20
20
  * Docs for v1 are available [here](https://github.com/JoshGlazebrook/socks/tree/82d83923ad960693d8b774cafe17443ded7ed584)