dom-events-stream
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "dom-events-stream", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Create streams of DOM events", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
@@ -52,3 +52,3 @@ var Readable = require('stream').Readable; | ||
event.domElement.addEventListener(event.name, event.listener); | ||
}); | ||
}.bind(this)); | ||
} | ||
@@ -55,0 +55,0 @@ |
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
83498
0