Socket
Socket
Sign inDemoInstall

@tus/gcs-store

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tus/gcs-store - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

dist/index.js

@@ -134,3 +134,3 @@ "use strict";

size: size ? Number.parseInt(size, 10) : size,
offset: Number.parseInt(metadata.size, 10),
offset: Number.parseInt(metadata.size, 10), // `size` is set by GCS
metadata: meta ? JSON.parse(meta) : undefined,

@@ -137,0 +137,0 @@ }));

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@tus/gcs-store",
"version": "1.0.1",
"version": "1.1.0",
"description": "Google Cloud Storage for @tus/server",

@@ -28,15 +28,15 @@ "main": "dist/index.js",

"@google-cloud/storage": "^6.12.0",
"@tus/server": "^1.0.0",
"@types/debug": "^4.1.8",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.7",
"eslint": "^8.48.0",
"@tus/server": "^1.2.0",
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.5",
"eslint": "^8.56.0",
"eslint-config-custom": "0.0.0",
"mocha": "^10.2.0",
"should": "^13.2.3",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"peerDependencies": {
"@google-cloud/storage": "*",
"@tus/server": "^1.0.0"
"@tus/server": "^1.2.0"
},

@@ -43,0 +43,0 @@ "engines": {

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