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.0 to 8.0.1

8

graphql-upload/index.d.ts

@@ -13,2 +13,3 @@ // Type definitions for graphql-upload 8.0

import { Middleware } from "koa";
import { ReadStream } from "fs-capacitor";

@@ -42,1 +43,8 @@ export interface UploadOptions {

export const GraphQLUpload: GraphQLScalarType;
export interface FileUpload {
filename: string;
mimetype: string;
encoding: string;
createReadStream(): ReadStream;
}

5

graphql-upload/package.json
{
"name": "@types/graphql-upload",
"version": "8.0.0",
"version": "8.0.1",
"description": "TypeScript definitions for graphql-upload",

@@ -23,7 +23,8 @@ "license": "MIT",

"@types/express": "*",
"@types/fs-capacitor": "*",
"@types/graphql": "*",
"@types/koa": "*"
},
"typesPublisherContentHash": "420ae02bdb297109911ee7b36184b72569a7413098dbc399608b91a1cc3c8655",
"typesPublisherContentHash": "c98ed32e0c9c6d6bc46c1c24d7cd02e7d492ce2ba3c38bf9fd858b0f3cd3388b",
"typeScriptVersion": "3.3"
}

6

graphql-upload/README.md

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for graphql-upload ( https://github.com/jaydenseric/graphql-upload#readme ).
This package contains type definitions for graphql-upload (https://github.com/jaydenseric/graphql-upload#readme).

@@ -12,4 +12,4 @@ # Details

Additional Details
* Last updated: Mon, 13 May 2019 17:49:57 GMT
* Dependencies: @types/graphql, @types/express, @types/koa
* Last updated: Mon, 12 Aug 2019 17:13:08 GMT
* Dependencies: @types/graphql, @types/express, @types/koa, @types/fs-capacitor
* Global values: none

@@ -16,0 +16,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