New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@buttercup/fetch

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@buttercup/fetch - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

dist/index.browser.d.ts
declare global {
var WorkerGlobalScope: any;
}
export declare const fetch: typeof globalThis.fetch;
export declare const fetch: any;
export declare const Headers: {

@@ -6,0 +6,0 @@ new (init?: HeadersInit): Headers;

@@ -8,5 +8,5 @@ const inWebWorker = typeof WorkerGlobalScope !== "undefined" &&

: globalThis;
export const fetch = root.fetch;
export const fetch = root.fetch.bind(root);
export const Headers = root.Headers;
export const Request = root.Request;
export const Response = root.Response;
{
"name": "@buttercup/fetch",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fetch adapter for cross-platform use.",

@@ -5,0 +5,0 @@ "type": "module",

# Fetch
> Fetch adapter for cross-platform use.
![Tests](https://github.com/buttercup/fetch/actions/workflows/test.yml/badge.svg)
[![Buttercup](https://cdn.rawgit.com/buttercup-pw/buttercup-assets/6582a033/badge/buttercup-slim.svg)](https://buttercup.pw) [![npm (scoped)](https://img.shields.io/npm/v/@buttercup/fetch)](https://www.npmjs.com/package/@buttercup/fetch) ![Tests](https://github.com/buttercup/fetch/actions/workflows/test.yml/badge.svg)

@@ -6,0 +6,0 @@ ## About

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