Socket
Socket
Sign inDemoInstall

@types/graphql-upload

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/graphql-upload - npm Package Compare versions

Comparing version 8.0.5 to 8.0.6

10

graphql-upload/index.d.ts

@@ -16,5 +16,5 @@ // Type definitions for graphql-upload 8.0

export interface UploadOptions {
maxFieldSize?: number;
maxFileSize?: number;
maxFiles?: number;
maxFieldSize?: number | undefined;
maxFileSize?: number | undefined;
maxFiles?: number | undefined;
}

@@ -24,4 +24,4 @@

query: string;
operationName?: null | string;
variables?: null | unknown;
operationName?: null | string | undefined;
variables?: null | unknown | undefined;
}

@@ -28,0 +28,0 @@

{
"name": "@types/graphql-upload",
"version": "8.0.5",
"version": "8.0.6",
"description": "TypeScript definitions for graphql-upload",

@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/graphql-upload",

},
"typesPublisherContentHash": "b2ecf71de17322029b0f9859166636e10896d04f14f699f91ee14b7d0d689b7f",
"typesPublisherContentHash": "587537a2f161dc0225092cfb6903bf1e86156caf16378b632c7d966615408857",
"typeScriptVersion": "3.6"
}

@@ -26,5 +26,5 @@ # Installation

export interface UploadOptions {
maxFieldSize?: number;
maxFileSize?: number;
maxFiles?: number;
maxFieldSize?: number | undefined;
maxFileSize?: number | undefined;
maxFiles?: number | undefined;
}

@@ -34,4 +34,4 @@

query: string;
operationName?: null | string;
variables?: null | unknown;
operationName?: null | string | undefined;
variables?: null | unknown | undefined;
}

@@ -70,3 +70,3 @@

### Additional Details
* Last updated: Wed, 09 Jun 2021 00:31:26 GMT
* Last updated: Tue, 06 Jul 2021 20:33:08 GMT
* Dependencies: [@types/graphql](https://npmjs.com/package/@types/graphql), [@types/express](https://npmjs.com/package/@types/express), [@types/koa](https://npmjs.com/package/@types/koa), [@types/fs-capacitor](https://npmjs.com/package/@types/fs-capacitor)

@@ -73,0 +73,0 @@ * Global values: none

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