Socket
Socket
Sign inDemoInstall

signals

Package Overview
Dependencies
0
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    signals

Custom Event/Messaging System


Version published
Weekly downloads
27K
increased by1.34%
Maintainers
0
Created
Weekly downloads
 

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.

Readme

Source

JS-Signals

Custom event/messaging system for JavaScript inspired by AS3-Signals.

For a more in-depth introduction read the JS-Signals Project Page and visit the links below.

License

Distribution Files

Files inside dist folder.

  • docs/index.html : Documentation.
  • signals.js : Uncompressed source code with comments.
  • signals.amd.js : Uncompressed source code wrapped as an asynchronous module to be used together with RequireJS.
  • signals.cjs.js : Uncompressed source code wrapped as an CommonJS module to be used on nodejs or any other environment that supports CommonJS modules.
  • signals.min.js : Compressed code.

You can install JS-Signals on Node.js using NPM

npm install signals

Repository Structure

Folder Structure

dev       ->  development files
|- build       ->  files used on the build process
|- src         ->  source files
|- tests       ->  unit tests
dist      ->  distribution files
|- docs        ->  documentation

Branches

master      ->  always contain code from the latest stable version
release-**  ->  code canditate for the next stable version (alpha/beta)
develop     ->  main development branch (nightly)
**other**   ->  features/hotfixes/experimental, probably non-stable code

Building your own

This project uses Apache Ant for the build process. If for some reason you need to build a custom version of JS-Signals install Ant and run:

ant build

This will delete all JS files inside the dist folder, merge/update/compress source files, validate generated code using JSLint and copy the output to the dist folder.

IMPORTANT: dist folder always contain the latest version, regular users should not need to run build task.

Keywords

FAQs

Last updated on 11 Jul 2011

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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