Socket
Socket
Sign inDemoInstall

@google-cloud/storage

Package Overview
Dependencies
Maintainers
4
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 2.0.0 to 2.0.1

26

CHANGELOG.md

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

## v2.0.1
**This fixes types declaration issues with projects using TypeScript.**
### Implementation Changes
- Enable noImplicitThis in the tsconfig ([#370](https://github.com/googleapis/nodejs-storage/pull/370))
- Fix the path to the d.ts ([#364](https://github.com/googleapis/nodejs-storage/pull/364))
- fix: make dependency on request explicit ([#361](https://github.com/googleapis/nodejs-storage/pull/361))
- fix: remove trailing slashes from bucket name. ([#266](https://github.com/googleapis/nodejs-storage/pull/266))
### Dependencies
- fix(deps): update dependency @google-cloud/common to ^0.24.0 ([#367](https://github.com/googleapis/nodejs-storage/pull/367))
- fix(deps): update dependency gcs-resumable-upload to ^0.13.0 ([#368](https://github.com/googleapis/nodejs-storage/pull/368))
- Remove unused dependencies ([#363](https://github.com/googleapis/nodejs-storage/pull/363))
- Remove safe-buffer ([#359](https://github.com/googleapis/nodejs-storage/pull/359))
- samples: update dependency @google-cloud/storage to v2 ([#350](https://github.com/googleapis/nodejs-storage/pull/350))
### Internal / Testing Changes
- Update CI config ([#371](https://github.com/googleapis/nodejs-storage/pull/371))
- build(kokoro): run docker as user node ([#358](https://github.com/googleapis/nodejs-storage/pull/358))
- build: fix multiline in circle.yml ([#357](https://github.com/googleapis/nodejs-storage/pull/357))
- fix executable modes on .sh's; add pre-system-test.sh hook ([#356](https://github.com/googleapis/nodejs-storage/pull/356))
- decrypt both service account keys ([#353](https://github.com/googleapis/nodejs-storage/pull/353))
- Retry npm install in CI ([#352](https://github.com/googleapis/nodejs-storage/pull/352))
- Add synth script and run it ([#351](https://github.com/googleapis/nodejs-storage/pull/351))
## v2.0.0

@@ -9,0 +35,0 @@

15

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

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

"main": "./build/src/index.js",
"types": "./build/src/index.t.ds",
"types": "./build/src/index.d.ts",
"files": [

@@ -80,3 +80,3 @@ "build/src",

"dependencies": {
"@google-cloud/common": "^0.23.0",
"@google-cloud/common": "^0.24.0",
"@google-cloud/paginator": "^0.1.0",

@@ -88,6 +88,5 @@ "@google-cloud/promisify": "^0.3.0",

"concat-stream": "^1.5.0",
"create-error-class": "^3.0.2",
"duplexify": "^3.5.0",
"extend": "^3.0.0",
"gcs-resumable-upload": "^0.12.0",
"gcs-resumable-upload": "^0.13.0",
"hash-stream-validation": "^0.2.1",

@@ -99,3 +98,3 @@ "is": "^3.0.1",

"pumpify": "^1.5.1",
"safe-buffer": "^5.1.1",
"request": "^2.88.0",
"snakeize": "^0.1.0",

@@ -110,3 +109,2 @@ "stream-events": "^1.0.1",

"@types/arrify": "^1.0.4",
"@types/assert": "0.0.31",
"@types/async": "^2.0.49",

@@ -133,3 +131,2 @@ "@types/compressible": "^2.0.0",

"gts": "^0.8.0",
"hard-rejection": "^1.0.0",
"ink-docstrap": "https://github.com/docstrap/docstrap/tarball/master",

@@ -145,5 +142,3 @@ "intelli-espower-loader": "^1.0.1",

"prop-assign": "^1.0.0",
"propprop": "^0.3.0",
"proxyquire": "^2.0.0",
"semistandard": "^12.0.0",
"source-map-support": "^0.5.6",

@@ -150,0 +145,0 @@ "tmp": "^0.0.33",

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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