@ejnshtein/smol-request
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@ejnshtein/smol-request", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Tiny http/https request wrapper for Node.js 10 and newer", | ||
@@ -12,2 +12,3 @@ "type": "commonjs", | ||
}, | ||
"private": false, | ||
"keywords": [ | ||
@@ -29,8 +30,8 @@ "nodejs", | ||
"https-proxy-agent": "^5.0.0", | ||
"node-fetch": "^2.6.0", | ||
"node-fetch": "^2.6.1", | ||
"proxy-agent": "^3.1.1", | ||
"proxying-agent": "^2.4.0", | ||
"socks-proxy-agent": "^5.0.0", | ||
"standard": "^14.3.3" | ||
"standard": "^16.0.1" | ||
} | ||
} |
@@ -19,4 +19,4 @@ import { Readable } from 'stream' | ||
url: string, | ||
options: RequestOptions, | ||
formData: qs.ParsedUrlQueryInput | ||
options?: RequestOptions, | ||
formData?: qs.ParsedUrlQueryInput | ||
) => Promise<RequestResult> | ||
@@ -23,0 +23,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
12249
2