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.7 to 0.1.8

2

dist/node/index.d.ts

@@ -48,3 +48,3 @@ type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';

*/
body?: RequestInit['body'] | Record<string, unknown> | Array<Record<string, unknown>> | Array<unknown>;
body?: RequestInit['body'] | Record<string, unknown> | Array<Record<string, unknown>> | Array<unknown> | number;
/**

@@ -51,0 +51,0 @@ * A function for serializing request body parameter. By default,

{
"name": "@hey-api/client-fetch",
"version": "0.1.7",
"version": "0.1.8",
"type": "module",

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

@@ -26,3 +26,4 @@ import type {

| Array<Record<string, unknown>>
| Array<unknown>;
| Array<unknown>
| number;
/**

@@ -29,0 +30,0 @@ * A function for serializing request body parameter. By default,

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