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

@nestia/fetcher

Package Overview
Dependencies
Maintainers
1
Versions
408
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nestia/fetcher - npm Package Compare versions

Comparing version 3.14.0-dev.20240917 to 3.14.0-dev.20240918

2

lib/FormDataInput.d.ts

@@ -44,3 +44,3 @@ /**

*/
type Value<T> = T extends File ? T | IFileProps : T extends object ? never : T;
type Value<T> = T extends File ? T | IFileProps : T;
/**

@@ -47,0 +47,0 @@ * Properties of a file.

{
"name": "@nestia/fetcher",
"version": "3.14.0-dev.20240917",
"version": "3.14.0-dev.20240918",
"description": "Fetcher library of Nestia SDK",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -51,7 +51,3 @@ /**

*/
export type Value<T> = T extends File
? T | IFileProps
: T extends object
? never
: T;
export type Value<T> = T extends File ? T | IFileProps : T;

@@ -58,0 +54,0 @@ /**

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