Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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 2.3.1 to 2.3.2

2

build/src/index.d.ts

@@ -169,3 +169,3 @@ /*!

private offsetStream?;
private get baseURI();
private readonly baseURI;
constructor(cfg: UploadConfig);

@@ -172,0 +172,0 @@ createURI(): Promise<string>;

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

### [2.3.2](https://www.github.com/googleapis/gcs-resumable-upload/compare/v2.3.1...v2.3.2) (2019-12-05)
### Bug Fixes
* **deps:** TypeScript 3.7.0 causes breaking change in typings ([#285](https://www.github.com/googleapis/gcs-resumable-upload/issues/285)) ([3e671b2](https://www.github.com/googleapis/gcs-resumable-upload/commit/3e671b262a7ef5383fbc5e5b6232d7bcd2c6641e))
* **typescript:** add return type for base uri getter ([#286](https://www.github.com/googleapis/gcs-resumable-upload/issues/286)) ([7121624](https://www.github.com/googleapis/gcs-resumable-upload/commit/71216249ee781714b73826ee7902ed1847402102))
### [2.3.1](https://www.github.com/googleapis/gcs-resumable-upload/compare/v2.3.0...v2.3.1) (2019-11-14)

@@ -9,0 +17,0 @@

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

@@ -73,4 +73,4 @@ "repository": "googleapis/gcs-resumable-upload",

"source-map-support": "^0.5.6",
"typescript": "~3.7.0"
"typescript": "3.6.4"
}
}
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