Socket
Socket
Sign inDemoInstall

@types/tus-js-client

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/tus-js-client - npm Package Compare versions

Comparing version 1.4.1 to 1.5.0

9

tus-js-client/index.d.ts

@@ -1,4 +0,5 @@

// Type definitions for tus-js-client 1.4
// Type definitions for tus-js-client 1.5
// Project: https://github.com/tus/tus-js-client/
// Definitions by: Kevin Somers-Higgins <https://github.com/kevhiggins>
// Marius Kleidl <https://github.com/Acconut>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -10,2 +11,3 @@

resume?: boolean;
metadata?: { [key: string]: string };
onProgress?: ((bytesSent: number, bytesTotal: number) => void) | null;

@@ -22,2 +24,3 @@ onChunkComplete?: ((chunkSize: number, bytesAccepted: number, bytesTotal: number) => void) | null;

retryDelays?: number[];
removeFingerprintOnSuccess?: boolean;
}

@@ -35,1 +38,5 @@

}
export const isSupported: boolean;
export const canStoreURLs: boolean;
export const defaultOptions: UploadOptions;

15

tus-js-client/package.json
{
"name": "@types/tus-js-client",
"version": "1.4.1",
"version": "1.5.0",
"description": "TypeScript definitions for tus-js-client",

@@ -9,14 +9,21 @@ "license": "MIT",

"name": "Kevin Somers-Higgins",
"url": "https://github.com/kevhiggins"
"url": "https://github.com/kevhiggins",
"githubUsername": "kevhiggins"
},
{
"name": "Marius Kleidl",
"url": "https://github.com/Acconut",
"githubUsername": "Acconut"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "ce0fb494977e501d5f37162f65df148b0b75edc610411dc945019980afc81ad0",
"typesPublisherContentHash": "11a3e13564f67080f68f5022f700dd4e89b96cc6075388ecfa23992f67aa0050",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tus-js-client
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tus-js-client
Additional Details
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT
* Last updated: Tue, 13 Nov 2018 22:41:46 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Kevin Somers-Higgins <https://github.com/kevhiggins>.
These definitions were written by Kevin Somers-Higgins <https://github.com/kevhiggins>, Marius Kleidl <https://github.com/Acconut>.

Sorry, the diff of this file is not supported yet

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