Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/pubsub

Package Overview
Dependencies
Maintainers
16
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/pubsub - npm Package Compare versions

Comparing version 0.16.4 to 0.16.5

8

package.json
{
"name": "@google-cloud/pubsub",
"description": "Cloud Pub/Sub Client Library for Node.js",
"version": "0.16.4",
"version": "0.16.5",
"license": "Apache-2.0",

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

"system-test": "repo-tools test run --cmd mocha -- system-test/*.js --no-timeouts",
"cover": "nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js && nyc report",
"cover": "nyc --reporter=lcov mocha --require intelli-espower-loader test/*.js --timeout 0 && nyc report",
"samples-test": "cd samples/ && npm link ../ && npm test && cd ../",

@@ -69,3 +69,3 @@ "test-no-cover": "repo-tools test run --cmd mocha -- test/*.js --no-timeouts",

"google-auto-auth": "^0.9.0",
"google-gax": "^0.14.2",
"google-gax": "^0.15.0",
"google-proto-files": "^0.15.0",

@@ -94,4 +94,4 @@ "is": "^3.0.1",

"prettier": "^1.9.1",
"proxyquire": "^1.7.10"
"proxyquire": "^2.0.0"
}
}

@@ -66,3 +66,2 @@ /*!

this.pubsub = subscription.pubsub;
this.projectId = subscription.projectId;

@@ -212,3 +211,3 @@ this.connections = new Map();

self.subscription.name,
self.projectId
self.pubsub.projectId
),

@@ -215,0 +214,0 @@ streamAckDeadlineSeconds: self.settings.ackDeadline / 1000,

@@ -180,3 +180,3 @@ /*!

* topic.createSubscription('newMessages', {
* ackDeadline: 90000 // 90 seconds
* ackDeadlineSeconds: 90
* }, callback);

@@ -183,0 +183,0 @@ *

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