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
0
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.5 to 0.1.6

2

dist/node/index.d.ts

@@ -151,2 +151,2 @@ type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';

export { type Client, type Options, client, createClient, formDataBodySerializer, jsonBodySerializer };
export { type Client, type Options, type RequestResult, client, createClient, formDataBodySerializer, jsonBodySerializer };
{
"name": "@hey-api/client-fetch",
"version": "0.1.5",
"version": "0.1.6",
"type": "module",

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

export { client, createClient } from '../';
export type { Client, Options } from '../types';
export type { Client, Options, RequestResult } from '../types';
export { formDataBodySerializer, jsonBodySerializer } from '../utils';
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