graphql-google-pubsub
graphql-google-pubsub copied to clipboard
A graphql-subscriptions PubSub Engine using Google PubSub
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 6.8.8 to 6.11.3. Release notes Sourced from protobufjs's releases. v6.11.3 6.11.3 (2022-05-20) Bug Fixes deps: use eslint 8.x (#1728) (a8681ce) do not let setProperty change the prototype...
As a note here, I am currently unable to keep this repository up to date. @TimSusa I assume you are not interested as well, as you stopped using it internally,...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
Thanks for the package :) None of the [breaking changes introduced in `@google-cloud/pubsub` 2.0.0](https://github.com/googleapis/nodejs-pubsub/blob/master/CHANGELOG.md#200-2020-05-20) have any impact on this package, so it's safe to widen this constraint. This change allows...
Hi there, My luck that this is not maintained anymore.... :/ If anyone would be able to assist it would be great: ``` //subscribing to this endpoint: subscription Subscription {...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
* Fixes high & low vulnerabilities in installed packages * Adds a CI workflow to automatically run `testonly` & `posttest` scripts on push to master or on PR * I...
I get the the following error in rare occurrences, at least in dev (have not observed yet in prod): ``` /mnt/ubuntu/home/richardwu/code/topspin-apollo-backend/app/node_modules/google-gax/node_modules/@grpc/grpc-js/src/call.ts:81 return Object.assign(new Error(message), status); ^ Error: 13 INTERNAL: Failed...
Hi, I'm running a Meteor/React/Apollo/Graphql stack and I'm trying to get subscriptions working, I've looked through the Apollo docs and have tried to get it working with this library but...