Socket
Socket
Sign inDemoInstall

signals

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

1.0.0

Diff

Changelog

Source

v1.0.0 (2012/11/29) ##

  • bump version! API is stable for a long time. (#52)
published 0.9.0 •

Changelog

Source

v0.9.0 (2012/10/31) ##

  • auto bind Signal.dispatch() context. (#47)
  • add SignalBinding.getSignal(). (#48)
published 0.8.1 •

Changelog

Source

v0.8.1 (2012/07/31) ##

  • fix AMD define() bug introduced on v0.8.0 (#46)
published 0.8.0 •

Changelog

Source

v0.8.0 (2012/07/31) ##

  • expose Signal constructor for brevity instead of namespace while still keeping an alias for backwards compatibility. (#44)
millermedeiros
published 0.7.4 •

Changelog

Source

v0.7.4 (2012/02/24) ##

Fixes

  • changed UMD to use unnamed define.(#41)
millermedeiros
published 0.7.2 •

Changelog

Source

v0.7.2 (2012/01/12) ##

Fixes

  • allow add() and addOnce() same method multiple times if passing different context. (#39)
millermedeiros
published 0.7.1 •

Changelog

Source

v0.7.1 (2011/11/29) ##

  • Improve dispatch() performance if Signal doesn't have any listeners.
millermedeiros
published 0.7.0 •

Changelog

Source

v0.7.0 (2011/11/02) ##

API changes

  • Added:
    • Signal.memorize. (#29)
    • Signal.forget(). (#29)
    • Signal.has(). (#35)

Other

  • changed the way the code is wrapped to have a single distribution file for all the environments. (#33)
published 0.6.3 •

Changelog

Source

v0.6.3 (2011/07/11) ##

Fixes

  • improved SignalBinding.detach() behavior. (#25)

API changes

  • Added:

    • SignalBinding.prototype.isBound() (#25)
    • SignalBinding.params (#28)
  • Removed:

    • SignalBinding.prototype.dispose() (#27)

Other

  • minor code cleaning, better error messages.
published 0.6.2 •

Changelog

Source

v0.6.2 (2011/06/11) ##

Fixes

  • removing a listener during dispatch was causing an error since listener was undefined. (#24 - thanks @paullewis)

Other

  • minor code cleaning.
  • renamed distribution files to "signals.js" (#22)
2Next
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