Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@libsql/isomorphic-fetch

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libsql/isomorphic-fetch - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

node.js
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};

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc