socks 2.5.0 → 2.5.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,10 +1,10 @@
1
1
  {
2
2
  "name": "socks",
3
3
  "private": false,
4
- "version": "2.5.0",
4
+ "version": "2.5.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
- "typings": "typings",
7
+ "typings": "typings/index.d.ts",
8
8
  "homepage": "https://github.com/JoshGlazebrook/socks/",
9
9
  "repository": {
10
10
  "type": "git",