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

ohmyfetch

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ohmyfetch - npm Package Compare versions

Comparing version 0.4.11 to 0.4.12

CHANGELOG.md

10

dist/index.d.ts

@@ -1,7 +0,11 @@

import { $ as $Fetch } from './error-ee81f326';
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError, s as setHeader } from './error-ee81f326';
import { $ as $Fetch } from './error-881dd1a9';
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError } from './error-881dd1a9';
declare const fetch: typeof globalThis.fetch;
declare const Headers: {
new (init?: HeadersInit | undefined): Headers;
prototype: Headers;
};
declare const $fetch: $Fetch;
export { $fetch, fetch };
export { $fetch, Headers, fetch };

@@ -1,3 +0,3 @@

import { $ as $Fetch } from './error-ee81f326';
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError, s as setHeader } from './error-ee81f326';
import { $ as $Fetch } from './error-881dd1a9';
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError } from './error-881dd1a9';
import nodeFetch from 'node-fetch';

@@ -7,4 +7,8 @@

declare const fetch: typeof globalThis.fetch;
declare const Headers: {
new (init?: HeadersInit | undefined): Headers;
prototype: Headers;
};
declare const $fetch: $Fetch;
export { $fetch, createNodeFetch, fetch };
export { $fetch, Headers, createNodeFetch, fetch };

@@ -1,7 +0,10 @@

import { $ as $Fetch } from './error-ee81f326';
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError, s as setHeader } from './error-ee81f326';
import { $ as $Fetch } from './error-881dd1a9';
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError } from './error-881dd1a9';
export { Headers } from './node';
import 'node-fetch';
declare const fetch: typeof globalThis.fetch;
declare const $fetch: $Fetch;
export { $fetch, fetch };
{
"name": "ohmyfetch",
"version": "0.4.11",
"version": "0.4.12",
"description": "oh-my-fetch",

@@ -5,0 +5,0 @@ "repository": "unjs/ohmyfetch",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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