list-fetch
Advanced tools
Comparing version 30.0.7 to 30.0.8
@@ -291,3 +291,3 @@ module.exports = async function makeBTFetch (opts = {}) { | ||
...useOpt, | ||
count: reqHeaders.has('x-version') || searchParams.has('x-version') ? Number(reqHeaders.get('x-version') || searchParams.get('x-version')) : null, | ||
seq: reqHeaders.has('x-version') || searchParams.has('x-version') ? Number(reqHeaders.get('x-version') || searchParams.get('x-version')) : null, | ||
} | ||
@@ -294,0 +294,0 @@ const useBody = reqHeaders.has('content-type') && reqHeaders.get('content-type').includes('multipart/form-data') ? handleFormData(await request.formData()) : body |
{ | ||
"name": "list-fetch", | ||
"version": "30.0.7", | ||
"version": "30.0.8", | ||
"description": "coming soon", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
25117