New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tus/s3-store

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tus/s3-store - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

2

dist/index.js

@@ -315,4 +315,4 @@ "use strict";

pendingChunkFilepath = null;
const partNumber = currentPartNumber + 1;
const acquiredPermit = permit;
const partNumber = currentPartNumber++;
offset += partSize;

@@ -319,0 +319,0 @@ const isFinalPart = size === offset;

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@tus/s3-store",
"version": "1.6.1",
"version": "1.6.2",
"description": "AWS S3 store for @tus/server",

@@ -22,3 +22,3 @@ "main": "dist/index.js",

"dependencies": {
"@aws-sdk/client-s3": "^3.682.0",
"@aws-sdk/client-s3": "^3.703.0",
"@shopify/semaphore": "^3.1.0",

@@ -33,3 +33,3 @@ "@tus/utils": "^0.5.0",

"@types/multistream": "^4.1.3",
"@types/node": "^20.11.5",
"@types/node": "^22.10.1",
"mocha": "^10.4.0",

@@ -36,0 +36,0 @@ "should": "^13.2.3"

@@ -370,4 +370,4 @@ import os from 'node:os'

const partNumber = currentPartNumber + 1
const acquiredPermit = permit
const partNumber = currentPartNumber++

@@ -374,0 +374,0 @@ offset += partSize

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