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

@hey-api/client-fetch

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hey-api/client-fetch - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

package.json
{
"name": "@hey-api/client-fetch",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Typesafe Fetch API client for your @hey-api/openapi-ts types",

@@ -37,3 +37,4 @@ import type { Client, Config, RequestOptions } from './types';

const getConfig = () => (_config.global ? globalConfig : _config);
// @ts-ignore
const getConfig = () => (_config.root ? globalConfig : _config);

@@ -163,2 +164,6 @@ const interceptors = _config.global

export const client = createClient(globalConfig);
export const client = createClient({
...globalConfig,
// @ts-ignore
root: true,
});

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