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

14

build/src/cli.d.ts

@@ -5,14 +5,6 @@ #!/usr/bin/env node

*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
*/
export {};

@@ -6,13 +6,5 @@ #!/usr/bin/env node

*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
*/

@@ -19,0 +11,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

/*!
* Copyright 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
*/

@@ -16,0 +8,0 @@ /// <reference types="node" />

@@ -5,13 +5,5 @@ "use strict";

*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
*/

@@ -18,0 +10,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

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

### [3.1.3](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.1.2...v3.1.3) (2021-02-12)
### Bug Fixes
* **deps:** update dependency google-auth-library to v7 ([#404](https://www.github.com/googleapis/gcs-resumable-upload/issues/404)) ([8d4dd15](https://www.github.com/googleapis/gcs-resumable-upload/commit/8d4dd15b33a70d9589a58a48c510603eced85912))
### [3.1.2](https://www.github.com/googleapis/gcs-resumable-upload/compare/v3.1.1...v3.1.2) (2020-12-22)

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

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

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

"gaxios": "^4.0.0",
"google-auth-library": "^6.0.0",
"google-auth-library": "^7.0.0",
"pumpify": "^2.0.0",

@@ -54,0 +54,0 @@ "stream-events": "^1.0.4"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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