puppyproxy 1.0.0 → 1.0.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/package.json +14 -3
package/package.json
CHANGED
|
@@ -1,14 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "puppyproxy",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "Node.js library for managing, scraping, and using proxies with fetch and WebSocket support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
7
7
|
"main": "./src/index.js",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": "./src/index.js"
|
|
10
10
|
},
|
|
11
|
-
"keywords": [
|
|
11
|
+
"keywords": [
|
|
12
|
+
"proxy",
|
|
13
|
+
"socks",
|
|
14
|
+
"http",
|
|
15
|
+
"https",
|
|
16
|
+
"fetch",
|
|
17
|
+
"websocket",
|
|
18
|
+
"scraper",
|
|
19
|
+
"ipvanish",
|
|
20
|
+
"puppyproxy",
|
|
21
|
+
"onlypuppy7"
|
|
22
|
+
],
|
|
12
23
|
"scripts": {
|
|
13
24
|
"test": "node src/tests/test.js",
|
|
14
25
|
"build": "node src/tests/build.js"
|