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 3.1.1 to 3.1.2

7

CHANGELOG.md

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

### [3.1.2](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.1.1...v3.1.2) (2020-12-22)
### Bug Fixes
* **deps:** update dependency gaxios to v4 ([#389](https://www.github.com/googleapis/gcs-resumable-upload/issues/389)) ([05f3af2](https://www.github.com/googleapis/gcs-resumable-upload/commit/05f3af2820590551a5212df67130eb17e144d9a2))
### [3.1.1](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.1.0...v3.1.1) (2020-07-09)

@@ -9,0 +16,0 @@

14

package.json
{
"name": "gcs-resumable-upload",
"version": "3.1.1",
"version": "3.1.2",
"description": "Upload a file to Google Cloud Storage with built-in resumable behavior",

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

"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean"
"precompile": "gts clean",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
},

@@ -49,3 +51,3 @@ "keywords": [

"extend": "^3.0.2",
"gaxios": "^3.0.0",
"gaxios": "^4.0.0",
"google-auth-library": "^6.0.0",

@@ -60,3 +62,3 @@ "pumpify": "^2.0.0",

"@types/is-stream": "^1.1.0",
"@types/mocha": "^7.0.0",
"@types/mocha": "^8.0.0",
"@types/mockery": "^1.4.29",

@@ -77,4 +79,6 @@ "@types/nock": "^10.0.0",

"sinon": "^9.0.0",
"typescript": "^3.8.3"
"typescript": "^3.8.3",
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10"
}
}
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