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

babble

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babble - npm Package Versions

2

0.11.0

Diff

Changelog

Source

2016-02-16, version 0.11.0

  • Replaced instanceof MyClass checks with object.isMyClass checks.
josdejong
published 0.10.1-SNAPSHOT •

josdejong
published 0.10.0 •

Changelog

Source

2014-08-18, version 0.10.0

  • Implemented function Babbler.listenOnce.
  • Renamed default message listener for babblify from onMessage to receive.
josdejong
published 0.9.0 •

Changelog

Source

2014-08-11, version 0.9.0

  • Implemented 'default' choice in Decision.
  • Some code simplifications.
  • Renamed messagers to messagebus.
  • Documented message bus interface and protocol.
josdejong
published 0.8.0 •

Changelog

Source

2014-08-07, version 0.8.0

  • Completely reworked the library internally to support asynchronous flows using promises.
  • Callbacks can now return promises to resolve callbacks for decisions, conditions, and responses asynchronously.
  • Implemented a new block: IIf(condition, trueBlock, falseBlock).
  • Babbler.listen now has a start condition instead of a fixed string. Condition can be a function, regexp, or any value. (Uses iif under the hood).
josdejong
published 0.7.0 •

Changelog

Source

2014-08-01, version 0.7.0

  • On creation, a babbler is now automatically connected to the default (local) message bus.
  • Changed function Babbler.connect to return a Promise instead of accepting a callback function as last parameter.
  • Added function babble.ask.
  • Added function Block.ask.
  • Changed the API for messagers: connect must return a token, and a messager must contain a function disconnect(token).
  • Implemented support for babblifying actors.
josdejong
published 0.6.0 •

Changelog

Source

2014-02-14, version 0.6.0

  • Renamed functions publish, subscribe, unsubscribe to send, connect, and disconnect. Renamed namespace pubsub to messengers.
josdejong
published 0.5.0 •

Changelog

Source

2014-01-13, version 0.5.0

  • Messages can now be of any type, not only string.
  • Consistency of API improved.
  • Improved examples.
josdejong
published 0.4.0 •

Changelog

Source

2014-01-10, version 0.4.0

  • API changed into a chained API.
josdejong
published 0.3.1 •

Changelog

Source

2014-01-03, version 0.3.1

  • Documentation and examples added.
  • Minor bug fixes and improvements.
2
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