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
185
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 3.0.2 to 3.0.3

2

build/src/bucket.d.ts

@@ -493,3 +493,3 @@ /**

request(reqOpts: DecorateRequestOptions, callback: BodyResponseCallback): void;
setLabels(labels: Labels, options: SetLabelsOptions): Promise<SetLabelsResponse>;
setLabels(labels: Labels, options?: SetLabelsOptions): Promise<SetLabelsResponse>;
setLabels(labels: Labels, callback: SetLabelsCallback): void;

@@ -496,0 +496,0 @@ setLabels(labels: Labels, options: SetLabelsOptions, callback: SetLabelsCallback): void;

@@ -7,2 +7,9 @@ # Changelog

### [3.0.3](https://www.github.com/googleapis/nodejs-storage/compare/v3.0.2...v3.0.3) (2019-07-16)
### Bug Fixes
* **typescript:** make SetLabelOptions optional ([#766](https://www.github.com/googleapis/nodejs-storage/issues/766)) ([4336882](https://www.github.com/googleapis/nodejs-storage/commit/4336882))
### [3.0.2](https://www.github.com/googleapis/nodejs-storage/compare/v3.0.1...v3.0.2) (2019-07-01)

@@ -9,0 +16,0 @@

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

@@ -77,3 +77,2 @@ "author": "Google Inc.",

"@google-cloud/pubsub": "^0.29.0",
"@types/async": "^3.0.0",
"@types/compressible": "^2.0.0",

@@ -97,3 +96,2 @@ "@types/concat-stream": "^1.6.0",

"@types/xdg-basedir": "^2.0.0",
"async": "^3.0.1",
"codecov": "^3.0.0",

@@ -100,0 +98,0 @@ "eslint": "^5.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