New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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

13456

0.9.11

Diff
danielr
published 0.9.11 •

Changelog

Source

v0.9.11

  • allow using custom WebSocket server implementation PR #374
danielr
published 0.9.10 •

Changelog

Source

v0.9.10

  • upgrade ws and eventemitter3
danielr
published 0.9.9 •

Changelog

Source

v0.9.9

  • fix issue with @types/graphql@0.13
danielr
published 0.9.8 •

Changelog

Source

v0.9.8

  • added error event to handle connection errors and debug network troubles PR #341.
  • added feature inactivityTimeout PR #390
mxstbr
published 0.9.7 •

Changelog

Source

v0.9.7

  • change default timeout from 10s to 30s PR #368
  • pass request (upgradeReq) to ConnectionContext PR #369
  • pass ConnectionContext to onDisconnect() as second argument PR #369
danielr
published 0.9.6 •

Changelog

Source

v0.9.6

  • fix shallow cloning on contexts which are classes
  • upgrade to support graphql 0.13.X
  • bump iterall version PR #362
danielr
published 0.9.5 •

Changelog

Source

v0.9.5

  • docs(setup): Fix dead link to subscriptions-to-schema
  • upgrade to support graphql 0.12.X
danielr
published 0.9.4 •

Changelog

Source

v0.9.4

  • fix unhandledRejection error in GQL_START handling if initPromise rejected PR #310
danielr
published 0.9.3 •

Changelog

Source

v0.9.3

  • fix unhandledRejection error in GQL_STOP handling if initPromise rejected PR #309
  • fix return of init error message to legacy clients PR #309
danielr
published 0.9.2 •

Changelog

Source

v0.9.2

  • fix format of keep alive message sent to legacy clients. PR #297
  • fix(isPromise): Made checks for promises in server.ts loose to allow for augmented and polyfilled promises. PR #304