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 Versions

1
19

3.0.2

Diff

Changelog

Source

3.0.2 (2019-07-01)

Bug Fixes

  • docs: fix sample code in docs (#759) (f9e5fd8)
  • docs: link to reference docs section on googleapis.dev (#753) (5e3a96b)
google-wombot
published 3.0.1 •

Changelog

Source

3.0.1 (2019-06-14)

Bug Fixes

google-wombot
published 3.0.0 •

Changelog

Source

3.0.0 (2019-06-14)

⚠ BREAKING CHANGES

  • upgrade engines field to >=8.10.0 (#688)

Bug Fixes

  • deps: update dependency @google-cloud/common to v1 (#705) (72a9f51)
  • deps: update dependency @google-cloud/paginator to v1 (#695) (ada995e)
  • deps: update dependency @google-cloud/promisify to v1 (#693) (5df2f83)
  • deps: update dependency @google-cloud/pubsub to ^0.29.0 (#714) (3ee1a2c)
  • deps: update dependency arrify to v2 (#667) (ce02c27)
  • validate action of getSignedUrl() function (#684) (1b09d24)
  • deps: update dependency date-and-time to ^0.7.0 (#736) (7071f26)
  • deps: update dependency xdg-basedir to v4 (#681) (8b40e6a)
  • docs: move to new client docs URL (#738) (a637f99)
  • ts: improve return types for response metadata (#666) (da42bed)
  • types: fix signatures of listing methods (#703) (42937a8)

Build System

Features

google-wombot
published 2.5.0 •

Changelog

Source

v2.5.0

04-04-2019 12:27 PDT

This release brings an option to file#getSignedURL to create a version 4 Signed URL.

file.getSignedUrl({
  version: 'v4', // optional, defaults to v2 (existing version)
  action: 'read',
  expires: FUTURE_DATE,
})

New Features

  • feat: introduce v4 signed url (#637)

Dependencies

  • chore(deps): update dependency @types/node to v11.13.0 (#662)
  • chore(deps): update dependency @types/tmp to v0.1.0
  • chore(deps): upgrade to newest version of @google-cloud/common (#657)
  • chore(deps): update dependency typescript to ~3.4.0
  • chore(deps): update dependency tmp to ^0.1.0 (#641)

Documentation

  • docs: regenerate the samples/README.md (#649)
  • docs: slight difference in how nightly synthtool run generated README (#650)
  • docs: new synthtool generated README (#645)
  • docs(samples): refactor the quickstart to match the new rubric (#647)
  • docs: update README format
  • docs: add requires_billing, retire .cloud-repo-tools.json (#644)
  • docs: add additional api_id field (#640)
  • docs: document destination option (#633)
  • docs: clarify in docs, the meaning of ASIA and coldline (#632)
  • docs: add a .repo-metadata.json (#639)

Internal / Testing Changes

  • test(v2-sign): add multi-valued headers system-test (#646)
  • refactor: replace once with onetime (#660)
  • fix: do not download cached files (#643)
  • chore: publish to npm using wombat (#634)
  • build: use per-repo npm publish token (#630)
google-node-team
published 2.4.3 •

Changelog

Source

v2.4.3

03-13-2019 17:10 PDT

Bug Fixes / Implementation Changes

  • fix: getSigned(Policy|Url) throws if expiration is invalid Date (#614)
  • fix: handle errors from file#createReadStream (#615)

Dependencies

  • fix(deps): update dependency @google-cloud/paginator to ^0.2.0
  • fix(deps): update dependency gcs-resumable-upload to v1 (#619)
  • fix(deps): update dependency @google-cloud/pubsub to ^0.27.0 (#620)
  • fix(deps): update dependency @google-cloud/pubsub to ^0.26.0 (#618)
  • fix(deps): update dependency @google-cloud/pubsub to ^0.25.0 (#616)
  • chore(deps): update dependency mocha to v6 (#611)
  • fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#609)
  • chore(deps): update dependency @types/tmp to v0.0.34 (#608)
  • fix(deps): update dependency yargs to v13 (#606)

Documentation

  • docs: update links in contrib guide (#610)
  • docs: update contributing path in README (#603)
  • chore: move CONTRIBUTING.md to root (#601)

Internal / Testing Changes

  • build: Add docuploader credentials to node publish jobs (#624)
  • build: use node10 to run samples-test, system-test etc (#623)
  • build: update release configuration
  • build: use linkinator for docs test (#607)
  • build: create docs test npm scripts (#605)
  • build: test using @grpc/grpc-js in CI (#604)
  • chore: remove console.log in system test (#599)
google-node-team
published 2.4.2 •

Changelog

Source

v2.4.2

02-05-2019 16:55 PST

Dependencies

  • deps: update @google-cloud/common (#596)
  • chore(deps): update dependency typescript to ~3.3.0 (#591)

Documentation

  • docs: add lint/fix example to contributing guide (#594)

Internal / Testing Changes

  • test: skip public bucket system tests running under VPCSC (#595)
google-node-team
published 2.4.1 •

Changelog

Source

v2.4.1

01-29-2019 13:05 PST

Implementation Changes

  • fix(ts): fix Storage.createBucket overloaded signature (#589)

Dependencies

  • fix(deps): update dependency @google-cloud/pubsub to ^0.24.0 (#588)
google-node-team
published 2.4.0 •

Changelog

Source

v2.4.0

01-28-2019 12:13 PST

New Features

  • fix: expires can be a Date, string, or number (#548)

Dependencies

  • deps: upgrade nodejs-common (#582)
  • chore(deps): update dependency eslint-config-prettier to v4 (#586)
  • fix(deps): update dependency @google-cloud/pubsub to ^0.23.0 (#583)
  • fix(deps): update dependency concat-stream to v2 (#563)

Documentation

  • docs(samples): Bucket Policy Only Samples (#557)
  • fix(docs): move jsdoc away from interface (#565)

Internal / Testing Changes

  • test: Bucket Policy Only related system test (#579)
  • build: check broken links in generated docs (#567)
  • build: include only build/src in compiled source (#572)
google-node-team
published 2.3.4 •

Changelog

Source

v2.3.4

12-19-2018 14:21 PST

Implementation Changes

  • fix(types): file.getMetadata should resolves to Metadata, not File (#560)

Internal / Testing Changes

  • refactor: modernize the sample tests (#558)
  • chore(build): inject yoshi automation key (#555)
  • chore: update nyc and eslint configs (#554)
  • chore: fix publish.sh permission +x (#552)
  • fix(build): fix Kokoro release script (#551)
  • build: add Kokoro configs for autorelease (#550)
google-node-team
published 2.3.3 •

Changelog

Source

v2.3.3

12-06-2018 17:09 PST

Dependencies

  • chore(deps): update dependency @types/configstore to v4 (#537)
  • chore(deps): update dependency @google-cloud/pubsub to ^0.22.0 (#535)

Documentation

  • fix(docs): place doc comment above the last overload (#544)
  • docs: update readme badges (#536)

Internal / Testing Changes

  • chore: always nyc report before calling codecov (#543)
  • chore: nyc ignore build/test by default (#542)
  • chore: update license file (#539)
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