stockshark-api-access
Advanced tools
Comparing version 1.0.23 to 1.0.24
{ | ||
"name": "stockshark-api-access", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"main": "./src/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -25,8 +25,2 @@ const axios = require("axios") | ||
maxBodyLength: 200 * 1024 * 1024, // 200 MB in bytes, | ||
transformResponse: [ | ||
function (data, headers) { | ||
// Expose headers to the response object | ||
return { data, headers } | ||
}, | ||
], | ||
} | ||
@@ -33,0 +27,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
13293
220