Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/context-zone-peer-dep

Package Overview
Dependencies
Maintainers
4
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/context-zone-peer-dep - npm Package Compare versions

Comparing version 0.24.1-alpha.5 to 0.24.1-alpha.6

8

build/esm/types.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc