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

subscriptions-transport-ws

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subscriptions-transport-ws - npm Package Versions

23
6

0.11.0

Diff

Changelog

Source

v0.11.0 (2021-11-02)

  • Support for graphql@16 and bump minimal supported version to be graphql@15.7.2. As part of this change signatures for ExecuteFunction and SubscribeFunction were changed. <br/> @IvanGoncharov in #902
apollo-bot
published 0.9.19 •

Changelog

Source

v0.9.19 (2021-06-08)

  • Bump ws dependency to allow v6 and v7. Note that there are breaking changes in ws 6.0.0 and 7.0.0; for example, messages over 100MiB are rejected, and (in v7) the behavior of sending messages while the connection is starting or ending has changed. We are publishing this package to allow users of Apollo Server 2 to avoid seeing this CVE in their npm audit. However, note that (a) this CVE does not affect the subscriptions client, just the server and (b) Apollo Server 3 will remove its superficial integration with this package entirely. We encourage users of Apollo Server 2 to disable the integration with this unmaintained package via new ApolloServer({subscriptions: false}), and consider packages such as graphql-ws to power GraphQL subscriptions until such time as Apollo Server has more fully integrated subscriptions support.
apollo-bot
published 0.10.0 •

Changelog

Source

v0.10.0 (2021-06-08)

  • Same contents as v0.9.19 (published before v0.9.19 before realizing it would be helpful if the new version was picked up by packages looking for ^0.9).
apollo-bot
published 0.9.18 •

Changelog

Source

v0.9.18 (2020-08-17)

Bug Fixes

  • Do not send GQL_STOP when unsubscribing after GQL_COMPLETE is received. <br/> @onhate in #775
  • Clear WebSocket event listeners on close. <br/> @tretne in #615
  • Fix MessageTypes TS import errors. <br/> @sneko in #412
  • Ensure promisedParams errors are not handled twice. <br/> @benjie in #514
  • Fix invalid formatResponse console error. <br/> @renatorib in #761
  • Destructure the correct error object in MessageTypes.GQL_START. <br/> @gregbty in #588
  • Inline source in sourcemap files to fix broken source lookups. <br/> @alexkirsz in #513

New Features

apollo-bot
published 0.9.17 •

Changelog

Source

v0.9.17

apollo-bot
published 0.9.16 •

Changelog

Source

v0.9.16

  • Add ability to set custom WebSocket protocols for client. <br/> @pkosiec in #477
apollo-bot
published 0.9.15 •

Changelog

Source

v0.9.15

danielr
published 0.9.14 •

Changelog

Source

v0.9.14

  • Allow dynamically specifying/overriding the schema in the object returned from onOperation PR #447
danielr
published 0.9.13 •

Changelog

Source

v0.9.13

  • Allow connectionParams to be a Promise PR #443
danielr
published 0.9.12 •

Changelog

Source

v0.9.12

  • use lightweight lodash alternatives Issue #430
  • applies fix suggested by @pandemosth regarding "No subscription is made on reconnect" and "Duplicate subscription made on reconnect" described in Issue #295
23
6
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