gcs-resumable-upload
Advanced tools
Comparing version 3.1.2 to 3.1.3
@@ -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
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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances 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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
64867
3
80
632
+ Addedgoogle-auth-library@7.14.1(transitive)
- Removedgoogle-auth-library@6.1.6(transitive)
Updatedgoogle-auth-library@^7.0.0