![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@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
The npm package @inrupt/universal-fetch receives a total of 97 weekly downloads. As such, @inrupt/universal-fetch popularity was classified as not popular.
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.