@libsql/isomorphic-fetch
Advanced tools
Comparing version 0.2.0 to 0.2.1
import http from 'http'; | ||
import https from 'https'; | ||
const _Request = Request; | ||
const _Headers = Headers; | ||
const httpAgent = new http.Agent({ keepAlive: true }); | ||
@@ -19,2 +22,2 @@ const httpsAgent = new https.Agent({ keepAlive: true }); | ||
export { fetchWithAgentSelection as fetch }; | ||
export { fetchWithAgentSelection as fetch, _Request as Request, _Headers as Headers}; |
{ | ||
"name": "@libsql/isomorphic-fetch", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"keywords": [ | ||
@@ -48,2 +48,2 @@ "fetch", | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
4371
90