Socket
Socket
Sign inDemoInstall

@google-cloud/storage

Package Overview
Dependencies
Maintainers
1
Versions
183
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 7.11.1 to 7.11.2

2

build/cjs/src/file.d.ts

@@ -27,3 +27,3 @@ /// <reference types="node" />

}
export type SaveData = string | Buffer | PipelineSource<string | Buffer>;
export type SaveData = string | Buffer | Uint8Array | PipelineSource<string | Buffer | Uint8Array>;
export type GenerateSignedPostPolicyV2Response = [PolicyDocument];

@@ -30,0 +30,0 @@ export interface GenerateSignedPostPolicyV2Callback {

@@ -27,3 +27,3 @@ /// <reference types="node" />

}
export type SaveData = string | Buffer | PipelineSource<string | Buffer>;
export type SaveData = string | Buffer | Uint8Array | PipelineSource<string | Buffer | Uint8Array>;
export type GenerateSignedPostPolicyV2Response = [PolicyDocument];

@@ -30,0 +30,0 @@ export interface GenerateSignedPostPolicyV2Callback {

{
"name": "@google-cloud/storage",
"description": "Cloud Storage Client Library for Node.js",
"version": "7.11.1",
"version": "7.11.2",
"license": "Apache-2.0",

@@ -117,3 +117,3 @@ "author": "Google Inc.",

"jsdoc-region-tag": "^3.0.0",
"linkinator": "^4.0.0",
"linkinator": "^3.0.0",
"mocha": "^9.2.2",

@@ -125,3 +125,3 @@ "mockery": "^2.1.0",

"proxyquire": "^2.1.3",
"sinon": "^17.0.0",
"sinon": "^18.0.0",
"tmp": "^0.2.0",

@@ -128,0 +128,0 @@ "typescript": "^5.1.6",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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