BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

event-api2

v1.0.2npm· JavaScript

1. 统一useCapture和options的情况,确认是冒泡还是捕获阶段 ```javascript let useCapture = false; //默认在冒泡阶段 if(typeof options === 'boolean') { useCapture = options; } else if(options instanceof Object && typeof options.capture === 'boolean') { useCapture = optio

The verdict
Abandoned. Last published 4 years ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the npm registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityUnknown
SecurityClean
LicensePermissive
DepsZero deps
Maintenance
Last published 4 years ago.
Popularity
Download count unavailable.
Security
No known advisories for this version (OSV).
License
ISC
Dependencies
No runtime dependencies
Recent releases
  • 1.0.24 years ago
  • 1.0.14 years ago
  • 1.0.04 years ago