New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

diode

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diode - npm Package Versions

nhunzaker
published 6.3.2 •

nhunzaker
published 6.3.1 •

Changelog

Source

6.3.1

  • Fixed issue where subscriptions removed during other callbacks would invoke missing handler
  • Fixed issue where removing a subscription with a different scope would remove others
nhunzaker
published 6.3.0 •

Changelog

Source

6.3.0

  • Removed js:next field. Without any ES6 and one single module there is no benefit.
nhunzaker
published 6.2.3 •

Changelog

Source

6.2.3

  • Fixed strange namespace error by only defining Diode as a function name
nhunzaker
published 6.2.2 •

nhunzaker
published 6.2.1 •

nhunzaker
published 6.2.0 •

nhunzaker
published 6.1.0 •

Changelog

Source

6.1.0

  • Add optional secondary scope argument to listen
nhunzaker
published 6.0.0 •

Changelog

Source

6.0.0

  • Removed decorate (just use Diode(entity))
  • Removed <Stateful /> this mixin required the use of Diode as a global which caused a lot of issues.
  • Made some internal changes for file savings
nhunzaker
published 5.0.0 •

Changelog

Source

5.0.0

  • Remove volley all together. It is great at first but then produces difficult hard to reason about event subscription.