@google-cloud/storage
Advanced tools
Comparing version 5.15.4 to 5.15.5
@@ -11,2 +11,3 @@ /// <reference types="node" /> | ||
import { GetSignedUrlResponse, GetSignedUrlCallback, URLSigner, Query } from './signer'; | ||
import { Readable } from 'stream'; | ||
export declare type GetFilesResponse = [File[], {}, Metadata]; | ||
@@ -462,3 +463,3 @@ export interface GetFilesCallback { | ||
iam: Iam; | ||
getFilesStream: Function; | ||
getFilesStream: (query?: GetFilesOptions) => Readable; | ||
signer?: URLSigner; | ||
@@ -465,0 +466,0 @@ private instanceRetryValue?; |
{ | ||
"name": "@google-cloud/storage", | ||
"description": "Cloud Storage Client Library for Node.js", | ||
"version": "5.15.4", | ||
"version": "5.15.5", | ||
"license": "Apache-2.0", | ||
@@ -65,3 +65,3 @@ "author": "Google Inc.", | ||
"hash-stream-validation": "^0.2.2", | ||
"mime": "^2.2.0", | ||
"mime": "^3.0.0", | ||
"mime-types": "^2.0.8", | ||
@@ -68,0 +68,0 @@ "p-limit": "^3.0.1", |
Sorry, the diff of this file is too big to display
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
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
618143
12322
+ Addedmime@3.0.0(transitive)
- Removedmime@2.6.0(transitive)
Updatedmime@^3.0.0