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

@foxglove/just-fetch

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@foxglove/just-fetch

Isomorphic ponyfill wrapping native browser fetch and node-fetch

  • 1.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
456
decreased by-77.84%
Maintainers
2
Weekly downloads
 
Created
Source

@foxglove/just-fetch

Isomorphic ponyfill wrapping native browser fetch and node-fetch.

npm version

Usage

import fetch from "@foxglove/just-fetch";

Usage is the same whether you are targeting browsers or node.js. The browser target returns the native window.fetch implementation, and in node.js the node-fetch library is returned.

License

@foxglove/just-fetch is licensed under MIT License.

Releasing

  1. Run yarn version --[major|minor|patch] to bump version
  2. Run git push && git push --tags to push new tag
  3. GitHub Actions will take care of the rest

FAQs

Package last updated on 04 Jan 2023

Did you know?

Socket

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.

Install

Related posts

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