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

@google-cloud/storage

Package Overview
Dependencies
Maintainers
1
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/storage - npm Package Compare versions

Comparing version 5.15.4 to 5.15.5

3

build/src/bucket.d.ts

@@ -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

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