ngraph.events
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "ngraph.events", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Basic events supoort for ngraph.js ", | ||
@@ -23,4 +23,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"tap": "^14.10.5" | ||
"tap": "^16.2.0" | ||
} | ||
} |
@@ -6,3 +6,4 @@ ngraph.events | ||
[![build status](https://secure.travis-ci.org/anvaka/ngraph.events.png)](http://travis-ci.org/anvaka/ngraph.events) | ||
[![build status](https://github.com/anvaka/ngraph.events/actions/workflows/tests.yaml/badge.svg)](https://github.com/anvaka/ngraph.events/actions/workflows/tests.yaml) | ||
Example | ||
@@ -51,4 +52,5 @@ ======= | ||
=== | ||
This module is a part of larger experiment which I'm currently working on. ```EventEmitter``` seemed to be pretty heavyweighted for my needs, so I rolled out this tiny library :). | ||
I wanted a light-weight eventing library, so I built this. | ||
Install | ||
@@ -55,0 +57,0 @@ ======= |
Sorry, the diff of this file is not supported yet
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
12358
67