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

tus-js-client

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tus-js-client - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

1

lib/index.d.ts

@@ -37,2 +37,3 @@ // Type definitions for tus-js-client

headers?: { [key: string]: string };
addRequestId?: boolean;
onBeforeRequest?: (req: HttpRequest) => void;

@@ -39,0 +40,0 @@ onAfterResponse?: (req: HttpRequest, res: HttpResponse) => void;

2

package.json
{
"name": "tus-js-client",
"version": "2.1.0",
"version": "2.1.1",
"description": "A pure JavaScript client for the tus resumable upload protocol",

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

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