Socket
Socket
Sign inDemoInstall

gcs-resumable-upload

Package Overview
Dependencies
Maintainers
6
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gcs-resumable-upload - npm Package Compare versions

Comparing version 5.0.1 to 6.0.0

6

build/src/index.d.ts

@@ -15,5 +15,5 @@ /*!

export interface ErrorWithCode extends Error {
code: number;
status: number;
}
export declare type CreateUriCallback = (err: Error | null, uri?: string) => void;
export type CreateUriCallback = (err: Error | null, uri?: string) => void;
export interface Encryption {

@@ -23,3 +23,3 @@ key: {};

}
export declare type PredefinedAcl = 'authenticatedRead' | 'bucketOwnerFullControl' | 'bucketOwnerRead' | 'private' | 'projectPrivate' | 'publicRead';
export type PredefinedAcl = 'authenticatedRead' | 'bucketOwnerFullControl' | 'bucketOwnerRead' | 'private' | 'projectPrivate' | 'publicRead';
export interface QueryParameters {

@@ -26,0 +26,0 @@ contentEncoding?: string;

@@ -7,2 +7,13 @@ # Changelog

## [6.0.0](https://github.com/googleapis/gcs-resumable-upload/compare/v5.0.1...v6.0.0) (2023-08-10)
### ⚠ BREAKING CHANGES
* update to Node 14 ([#549](https://github.com/googleapis/gcs-resumable-upload/issues/549))
### Miscellaneous Chores
* Update to Node 14 ([#549](https://github.com/googleapis/gcs-resumable-upload/issues/549)) ([be55cae](https://github.com/googleapis/gcs-resumable-upload/commit/be55cae1e4cb8c479ebae8e0ace75484405eb86c))
## [5.0.1](https://github.com/googleapis/gcs-resumable-upload/compare/v5.0.0...v5.0.1) (2022-08-23)

@@ -9,0 +20,0 @@

{
"name": "gcs-resumable-upload",
"version": "5.0.1",
"version": "6.0.0",
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior",

@@ -42,3 +42,3 @@ "repository": "googleapis/gcs-resumable-upload",

"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},

@@ -50,4 +50,4 @@ "dependencies": {

"extend": "^3.0.2",
"gaxios": "^4.0.0",
"google-auth-library": "^8.0.2",
"gaxios": "^6.0.4",
"google-auth-library": "^9.0.0",
"pumpify": "^2.0.0",

@@ -63,7 +63,7 @@ "stream-events": "^1.0.4"

"@types/mockery": "^1.4.29",
"@types/node": "^16.0.0",
"@types/node": "^20.4.9",
"@types/pumpify": "^1.4.1",
"@types/sinon": "^10.0.0",
"c8": "^7.0.0",
"gts": "^3.1.0",
"c8": "^8.0.1",
"gts": "^5.0.0",
"linkinator": "^4.0.0",

@@ -73,5 +73,5 @@ "mocha": "^9.2.2",

"nock": "^13.0.0",
"sinon": "^14.0.0",
"typescript": "^4.6.4"
"sinon": "^15.0.0",
"typescript": "^5.1.6"
}
}

@@ -1,2 +0,4 @@

# gcs-resumable-upload
# [DEPRECATED] gcs-resumable-upload
***This repository has been deprecated. Support will end on November 1, 2023.***
> Upload a file to Google Cloud Storage with built-in resumable behavior

@@ -3,0 +5,0 @@

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