Socket
Socket
Sign inDemoInstall

@google-cloud/storage

Package Overview
Dependencies
Maintainers
13
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 1.3.1 to 1.4.0

src/notification.js

8

package.json
{
"name": "@google-cloud/storage",
"version": "1.3.1",
"version": "1.4.0",
"license": "Apache-2.0",

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

"safe-buffer": "^5.1.1",
"snakeize": "^0.1.0",
"stream-events": "^1.0.1",

@@ -77,3 +78,4 @@ "string-format-obj": "^1.0.0",

"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^2.0.3",
"@google-cloud/nodejs-repo-tools": "^2.0.7",
"@google-cloud/pubsub": "*",
"codecov": "^2.3.0",

@@ -107,3 +109,3 @@ "eslint": "^4.7.1",

"test": "repo-tools test run --cmd npm -- run cover",
"samples-test": "cd samples/ && npm test && cd ../",
"samples-test": "npm link && cd samples/ && npm link @google-cloud/storage && npm test && cd ../",
"system-test": "repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts",

@@ -110,0 +112,0 @@ "all-test": "npm test && npm run system-test && npm run samples-test",

@@ -8,3 +8,3 @@ <img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/googleapis/nodejs-storage?svg=true)](https://ci.appveyor.com/project/googleapis/nodejs-storage)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-storage/repo-migration.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-storage)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-storage/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-storage)

@@ -25,3 +25,3 @@ > Node.js idiomatic client for [Cloud Storage][product-docs].

* [QuickStart](#quickstart)
* [Quickstart](#quickstart)
* [Before you begin](#before-you-begin)

@@ -96,10 +96,14 @@ * [Installing the client library](#installing-the-client-library)

| Sample | Documentation | Source Code |
| --------------------------- | ---------------------------------- | --------------------------------- |
| ACL (Access Control Lists) | [documentation](https://cloud.google.com/storage/docs/access-control/create-manage-lists) | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/acl.js) |
| Buckets | [documentation](https://cloud.google.com/storage/docs) | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/buckets.js) |
| Encryption | [documentation](https://cloud.google.com/storage/docs) | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/encryption.js) |
| Files | [documentation](https://cloud.google.com/storage/docs) | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/files.js) |
| Requester Pays | [documentation](https://cloud.google.com/storage/docs) | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/requesterPays.js) |
| Sample | Source Code |
| --------------------------- | --------------------------------- |
| ACL (Access Control Lists) | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/acl.js) |
| Buckets | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/buckets.js) |
| Encryption | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/encryption.js) |
| Files | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/files.js) |
| Notifications | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/notifications.js) |
| Requester Pays | [source code](https://github.com/googleapis/nodejs-storage/blob/master/samples/requesterPays.js) |
The [Cloud Storage Node.js Client API Reference][client-docs] documentation
also contains samples.
## Versioning

@@ -106,0 +110,0 @@

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 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