Socket
Socket
Sign inDemoInstall

tus

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tus - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

lib/tus.js

@@ -152,3 +152,3 @@ var fs = require('fs'),

if (typeof options.complete === "function" && info.offset >= info.entityLength) {
options.complete(info);
options.complete(info, req, res);
}

@@ -155,0 +155,0 @@ return promise;

{
"name": "tus",
"version": "0.1.3",
"version": "0.1.4",
"description": "Node.js resumable upload middleware for express/connect",

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

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