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

graphql-subscriptions

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-subscriptions - npm Package Versions

234

3.0.0

Diff

Changelog

Source

3.0.0

  • [BREAKING] Replace iterall use with native Symbol.asyncIterator. PubSubEngine.asyncIterator is now PubSubEngine.asyncIterableIterator. <br/> @n1ru4l in #232
  • Add an optional generic type map to PubSub. <br/> @cursorsdottsx in #245
  • Support readonly arrays of event names. <br/> @rh389 in #234
  • Support returning a Promise of an AsyncIterator as the withFilter resolver function. <br/> @maclockard in #220
  • withFilter TypeScript improvements. <br/> @HofmannZ in #230
  • withFilter returns AsyncIterableIterator for compatibility with Apollo Server subscriptions. <br/> @tninesling in #276
apollo-bot
published 2.0.0 •

Changelog

Source

2.0.0

  • Support graphql@16; do not support graphql older than 15.7.2.
apollo-bot
published 1.2.1 •

Changelog

Source

1.2.1

  • Fix memory leak in withFilter. PR #209
apollo-bot
published 1.2.0 •

Changelog

Source

1.2.0

  • Add graphql@15 to peerDependencies.
apollo-bot
published 1.1.0 •

Changelog

Source

1.1.0

  • Fix #132 - withFilter was previously always passing undefined as its first argument to the filterFn
  • Partially attempt to fix #143 - try to reduce occurrence of certain memory leaks with the built-in PubSubEngine implementation
  • Replaced eventEmitterAsyncIterator with default generic AsyncIterator named PubSubAsyncIterator. extends PubSubEngine automatically uses generic implementation. No breaking changes for those who continue to use implements PubSubEngine. See PR #78.
mdg
published 1.0.0 •

Changelog

Source

1.0.0

  • BREAKING CHANGE: Changed return type of publish. <br/> @grantwwu in #162
  • Bump versions of various devDependencies to fix security issues, use newer tslint config. <br/> @grantwwu in #163
  • Allows graphql 14 as a peer dep, forces graphql 14 as a dev dep, and has been updated to use @types/graphql 14. <br/> @hwillson in #172
danielr
published 0.5.8 •

Changelog

Source

0.5.8

  • Bump iterall version
freiksenet
published 0.5.7 •

Changelog

Source

0.5.7

  • Add graphql@0.13 to peerDependencies.
mdg
published 0.5.6 •

Changelog

Source

0.5.6

  • Add graphql@0.12 to peerDependencies.
danielr
published 0.5.5 •

Changelog

Source

0.5.5

  • FilterFn can return a Promise<boolean>
  • Allow passing in a custom EventEmitter to PubSub
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