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

diode

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diode - npm Package Versions

13

4.4.0

Diff

Changelog

Source

4.4.0

  • When executed continuously, at 120 frames per second, volley will allow a change event to slip through every frame. This should better support streaming change events for animation.
Compressed : 592 bytes
Gzipped    : 348 bytes
nhunzaker
published 4.3.0 •

Changelog

Source

4.3.0

  • Added subscribe alias for listen
  • Added unsubscribe alias for ignore
  • Added publish alias for emit
  • Diode can be called with the new Operator
  • Diode can decorate objects as a function itself (in addition to decorate)
Compressed : 724 bytes
Gzipped    : 389 bytes
nhunzaker
published 4.2.0 •

Changelog

Source

4.2.0

All Diode methods now return the target. For example, if decorating an existing object:

Diode.decorate(object)

object.listen(callback)
      .listen(anotherCallback)
nhunzaker
published 4.1.1 •

nhunzaker
published 4.1.0 •

Changelog

Source

4.1.0

  • emit now forwards all arguments to listeners
nhunzaker
published 4.0.0 •

Changelog

Source

4.0.0

  • Subscribe and unsubscribe are now listen and ignore to match some of our other open source projects.
  • Added decorate method to add Diode's behavior to existing objects
nhunzaker
published 3.1.0 •

nhunzaker
published 3.0.0 •

nhunzaker
published 2.1.0 •

nhunzaker
published 2.0.0 •

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