delegate-it
Advanced tools
Comparing version 4.0.0 to 4.0.1
@@ -1,2 +0,2 @@ | ||
import type { ParseSelector } from 'typed-query-selector/parser'; | ||
import type { ParseSelector } from 'typed-query-selector/parser.d.js'; | ||
export declare type DelegateOptions = boolean | Omit<AddEventListenerOptions, 'once'>; | ||
@@ -3,0 +3,0 @@ export declare type EventType = keyof GlobalEventHandlersEventMap; |
{ | ||
"name": "delegate-it", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Lightweight and modern event delegation in the browser", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@sindresorhus/tsconfig": "^2.0.0", | ||
"@sindresorhus/tsconfig": "^3.0.1", | ||
"ava": "^4.3.0", | ||
@@ -52,0 +52,0 @@ "jsdom": "^20.0.0", |
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
11226