@opentelemetry/context-zone-peer-dep
Advanced tools
Comparing version 0.24.1-alpha.5 to 0.24.1-alpha.6
@@ -7,8 +7,8 @@ export declare type Func<T> = (...args: unknown[]) => T; | ||
export interface TargetWithEvents { | ||
addEventListener?(event: string, listener: (...args: any[]) => void, opts?: { | ||
addEventListener?(event: string, listener: (...args: unknown[]) => void, opts?: { | ||
once: boolean; | ||
}): any; | ||
removeEventListener?(event: string, listener: (...args: any[]) => void, opts?: { | ||
}): unknown; | ||
removeEventListener?(event: string, listener: (...args: unknown[]) => void, opts?: { | ||
once: boolean; | ||
}): any; | ||
}): unknown; | ||
__ot_listeners?: { | ||
@@ -15,0 +15,0 @@ [name: string]: WeakMap<Func<void>, Func<void>>; |
@@ -51,2 +51,3 @@ /* | ||
*/ | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
ZoneContextManager.prototype._bindFunction = function (context, target) { | ||
@@ -53,0 +54,0 @@ var manager = this; |
@@ -7,8 +7,8 @@ export declare type Func<T> = (...args: unknown[]) => T; | ||
export interface TargetWithEvents { | ||
addEventListener?(event: string, listener: (...args: any[]) => void, opts?: { | ||
addEventListener?(event: string, listener: (...args: unknown[]) => void, opts?: { | ||
once: boolean; | ||
}): any; | ||
removeEventListener?(event: string, listener: (...args: any[]) => void, opts?: { | ||
}): unknown; | ||
removeEventListener?(event: string, listener: (...args: unknown[]) => void, opts?: { | ||
once: boolean; | ||
}): any; | ||
}): unknown; | ||
__ot_listeners?: { | ||
@@ -15,0 +15,0 @@ [name: string]: WeakMap<Func<void>, Func<void>>; |
@@ -54,2 +54,3 @@ "use strict"; | ||
*/ | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
_bindFunction(context, target) { | ||
@@ -56,0 +57,0 @@ const manager = this; |
{ | ||
"name": "@opentelemetry/context-zone-peer-dep", | ||
"version": "0.24.1-alpha.5+b69ff35e", | ||
"version": "0.24.1-alpha.6+08828b4c", | ||
"description": "OpenTelemetry Context Zone with peer dependency for zone.js", | ||
@@ -80,3 +80,3 @@ "main": "build/src/index.js", | ||
"sideEffects": false, | ||
"gitHead": "b69ff35e90a33d20a0154dcd326f1467dfd39e2a" | ||
"gitHead": "08828b4c6583a71ed42a341f16a18a41ed1307f5" | ||
} |
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
61077
839