@tus/gcs-store
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -63,3 +63,2 @@ "use strict"; | ||
const options = { | ||
offset, | ||
metadata: { | ||
@@ -66,0 +65,0 @@ metadata: { |
{ | ||
"$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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
97
11491
167
+ Added@tus/utils@0.2.0(transitive)
- Removed@tus/utils@0.1.0(transitive)
Updated@tus/utils@^0.2.0