Socket
Socket
Sign inDemoInstall

redux-websocket-bridge

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

0.3.0-0

Diff

Changelog

Source

[0.3.0-0] - 2018-02-01

Added

  • options.fold, to fold an action to string or ArrayBuffer
    • return falsy to not folding the action to Web Socket
    • by default, fold will JSON.stringify the action if meta.send set to true or the Web Socket
  • options.unfold, to unfold a message to action
    • return falsy to not unfolding the message
    • the unfolded action must be FSA-compliant
    • by default, unfold will add meta.webSocket
  • send meta will only match against true or the Web Socket, but not options.namespace
    • this behavior can be changed by overriding options.fold
compulim
published 0.2.0-0 •

Changelog

Source

[0.2.0-0] - 2018-01-25

Added

  • Action meta property now include webSocket
compulim
published 0.1.0-1 •

Changelog

Source

[0.1.0-1] - 2017-12-31

compulim
published 0.1.0-0 •

Changelog

Source

[0.1.0-0] - 2017-12-30

compulim
published 0.0.1-0 •

Changelog

Source

0.0.1-0 - 2017-12-29

Added

  • Initial public release
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