typed-signals
Advanced tools
Comparing version 0.9.0 to 1.0.0
{ | ||
"name": "typed-signals", | ||
"version": "0.9.0", | ||
"version": "1.0.0", | ||
"description": "A type checked signal library for TypeScript (and JavaScript)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,3 +5,3 @@ ## Typed-Signals | ||
A type-checked signal library written in TypeScript, usable from plain Javascript as well. This is a TypeScript port of this excellent C++11 Version: | ||
A type-checked signal library written in TypeScript, usable from plain JavaScript as well. This is a TypeScript port of this excellent C++11 version: | ||
[Performance of a C++11 Signal System](https://testbit.eu/cpp11-signal-system-performance/). | ||
@@ -12,2 +12,6 @@ Of course, some changes have been made to make it work with TypeScript. | ||
### Installation via NPM | ||
```npm install typed-signals --save``` | ||
### Simple usage | ||
@@ -64,2 +68,3 @@ | ||
// Handlers are called in the order in which they are added: | ||
mySignal.connect(()=>console.log('first')); | ||
@@ -66,0 +71,0 @@ mySignal.connect(()=>console.log('second')); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
68605
0
115