![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@inrupt/universal-fetch
Advanced tools
A library to access fetch from any JavaScript / TypeScript environment
@inrupt/universal-fetch
is a TypeScript library for accessing the fetch
method from any environment.
In browsers, this library will always re-export the existing fetch
function from the global scope.
In Node.js environments, the library first checks if fetch
is globally available (as is the case in Node 18, and is being back-ported into Node 16), then the global fetch
is used. Otherwise, the fetch
function exported by undici is used for Node 16, and node-fetch
is used for Node 14-and-below.
import fetch, { Headers, Request, Response } from "@inrupt/universal-fetch";
const response = await fetch(url);
See the release notes.
MIT © Inrupt
1.0.3 - 2023-08-07
browser
entry to the exports field. This ensures that esbuild correctly
resolves to the correct files when generating browser bundles.FAQs
A library to access fetch from any JavaScript / TypeScript environment
We found that @inrupt/universal-fetch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.