@satorijs/satori
Advanced tools
Comparing version 3.4.5 to 3.5.0
{ | ||
"name": "@satorijs/satori", | ||
"description": "Core components of Satorijs", | ||
"version": "3.4.5", | ||
"version": "3.5.0", | ||
"type": "module", | ||
@@ -42,7 +42,7 @@ "main": "lib/index.cjs", | ||
"dependencies": { | ||
"@satorijs/core": "3.4.5", | ||
"@satorijs/core": "3.5.0", | ||
"@types/ws": "^8.5.10", | ||
"file-type": "^16.5.4", | ||
"http-proxy-agent": "^5.0.0", | ||
"https-proxy-agent": "^5.0.1", | ||
"http-proxy-agent": "^7.0.0", | ||
"https-proxy-agent": "^7.0.2", | ||
"koa": "^2.14.2", | ||
@@ -52,5 +52,5 @@ "koa-bodyparser": "^4.4.1", | ||
"path-to-regexp": "^6.2.1", | ||
"socks-proxy-agent": "^5.0.1", | ||
"socks-proxy-agent": "^8.0.2", | ||
"ws": "^8.14.2" | ||
} | ||
} |
@@ -9,5 +9,5 @@ import { Quester } from '@satorijs/core' | ||
import FileType from 'file-type' | ||
import createHttpProxyAgent from 'http-proxy-agent' | ||
import createHttpsProxyAgent from 'https-proxy-agent' | ||
import createSocksProxyAgent from 'socks-proxy-agent' | ||
import { HttpProxyAgent } from 'http-proxy-agent' | ||
import { HttpsProxyAgent } from 'https-proxy-agent' | ||
import { SocksProxyAgent } from 'socks-proxy-agent' | ||
@@ -54,4 +54,4 @@ export * from '@satorijs/core' | ||
Quester.defineAgent(['http'], createHttpProxyAgent) | ||
Quester.defineAgent(['https'], createHttpsProxyAgent) | ||
Quester.defineAgent(['socks', 'socks4', 'socks4a', 'socks5', 'socks5h'], createSocksProxyAgent) | ||
Quester.defineAgent(['http'], HttpProxyAgent) | ||
Quester.defineAgent(['https'], HttpsProxyAgent) | ||
Quester.defineAgent(['socks', 'socks4', 'socks4a', 'socks5', 'socks5h'], SocksProxyAgent) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12301
+ Added@satorijs/core@3.5.0(transitive)
+ Addedagent-base@7.1.3(transitive)
+ Addedhttp-proxy-agent@7.0.2(transitive)
+ Addedhttps-proxy-agent@7.0.6(transitive)
+ Addedsocks-proxy-agent@8.0.5(transitive)
- Removed@satorijs/core@3.4.5(transitive)
- Removed@tootallnate/once@2.0.0(transitive)
- Removedagent-base@6.0.2(transitive)
- Removedhttp-proxy-agent@5.0.0(transitive)
- Removedhttps-proxy-agent@5.0.1(transitive)
- Removedsocks-proxy-agent@5.0.1(transitive)
Updated@satorijs/core@3.5.0
Updatedhttp-proxy-agent@^7.0.0
Updatedhttps-proxy-agent@^7.0.2
Updatedsocks-proxy-agent@^8.0.2