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.2.1 to 1.2.2

1

dist/index.js

@@ -63,3 +63,2 @@ "use strict";

const options = {
offset,
metadata: {

@@ -66,0 +65,0 @@ metadata: {

10

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

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

"dependencies": {
"@tus/utils": "^0.1.0",
"@tus/utils": "^0.2.0",
"debug": "^4.3.4"

@@ -30,9 +30,9 @@ },

"@google-cloud/storage": "^6.12.0",
"@tus/server": "^1.4.1",
"@tus/server": "^1.6.0",
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.5",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-custom": "^0.0.0",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"should": "^13.2.3",

@@ -39,0 +39,0 @@ "typescript": "^5.3.3"

# `@tus/gcs-store`
> 👉 **Note**: since 1.0.0 packages are split and published under the `@tus` scope.
> The old package, `tus-node-server`, is considered unstable and will only receive security fixes.
> Make sure to use the new packages.
> 👉 **Note**: since 1.0.0 packages are split and published under the `@tus` scope. The
> old package, `tus-node-server`, is considered unstable and will only receive security
> fixes. Make sure to use the new packages.

@@ -59,3 +59,4 @@ ## Contents

The tus protocol supports optional [extensions][]. Below is a table of the supported extensions in `@tus/gcs-store`.
The tus protocol supports optional [extensions][]. Below is a table of the supported
extensions in `@tus/gcs-store`.

@@ -81,11 +82,14 @@ | Extension | `@tus/gcs-store` |

See [`contributing.md`](https://github.com/tus/tus-node-server/blob/main/.github/contributing.md).
See
[`contributing.md`](https://github.com/tus/tus-node-server/blob/main/.github/contributing.md).
## License
[MIT](https://github.com/tus/tus-node-server/blob/master/license) © [tus](https://github.com/tus)
[MIT](https://github.com/tus/tus-node-server/blob/master/license) ©
[tus](https://github.com/tus)
[extensions]: https://tus.io/protocols/resumable-upload.html#protocol-extensions
[creation]: https://tus.io/protocols/resumable-upload.html#creation
[creation with upload]: https://tus.io/protocols/resumable-upload.html#creation-with-upload
[creation with upload]:
https://tus.io/protocols/resumable-upload.html#creation-with-upload
[expiration]: https://tus.io/protocols/resumable-upload.html#expiration

@@ -92,0 +96,0 @@ [checksum]: https://tus.io/protocols/resumable-upload.html#checksum

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