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 5.19.1 to 5.19.2

3

build/src/nodejs-common/service-object.js

@@ -109,2 +109,5 @@ "use strict";

self.metadata = instance.metadata;
if (self.id && instance.metadata) {
self.id = instance.metadata.id;
}
args[1] = self; // replace the created `instance` with this one.

@@ -111,0 +114,0 @@ }

4

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

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

"nock": "~13.2.0",
"node-fetch": "^2.2.0",
"node-fetch": "^2.6.7",
"proxyquire": "^2.1.3",

@@ -115,0 +115,0 @@ "sinon": "^13.0.0",

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