Socket
Socket
Sign inDemoInstall

@google-cloud/pubsub

Package Overview
Dependencies
102
Maintainers
1
Versions
163
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0 to 4.0.1

21

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

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

"system-test": "mocha build/system-test --timeout 600000",
"samples-test": "cd samples/ && npm install && npm test && cd ../",
"samples-test": "cd samples/ && npm link ../ && npm install && npm test && cd ../",
"test": "c8 mocha build/test --recursive",

@@ -47,11 +47,10 @@ "lint": "gts check",

"benchwrapper": "node bin/benchwrapper.js",
"prelint": "npm run pack && cd samples; npm install",
"precompile": "gts clean",
"pack": "npm pack && mv google-cloud-pubsub*.tgz samples/pubsub-current.tgz"
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean"
},
"dependencies": {
"@google-cloud/paginator": "^4.0.1",
"@google-cloud/precise-date": "^3.0.1",
"@google-cloud/projectify": "^3.0.0",
"@google-cloud/promisify": "^3.0.1",
"@google-cloud/paginator": "^5.0.0",
"@google-cloud/precise-date": "^4.0.0",
"@google-cloud/projectify": "^4.0.0",
"@google-cloud/promisify": "^4.0.0",
"@opentelemetry/api": "^1.0.0",

@@ -90,4 +89,4 @@ "@opentelemetry/semantic-conventions": "~1.3.0",

"jsdoc": "^4.0.0",
"jsdoc-fresh": "^2.0.0",
"jsdoc-region-tag": "^2.0.0",
"jsdoc-fresh": "^3.0.0",
"jsdoc-region-tag": "^3.0.0",
"linkinator": "^5.0.0",

@@ -94,0 +93,0 @@ "mocha": "^9.2.2",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc