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

@spotlightjs/overlay

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spotlightjs/overlay - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

4

dist/src/components/Debugger.d.ts

@@ -0,4 +1,5 @@

/// <reference types="react" />
import { Integration, IntegrationData } from '../integrations/integration';
import { NotificationCount } from '../types';
export default function Debugger({ integrations, isOpen, setOpen, integrationData, isOnline, setTriggerButtonCount: setNotificationCount, fullPage, }: {
export default function Debugger({ integrations, isOpen, setOpen, integrationData, isOnline, setTriggerButtonCount: setNotificationCount, fullPage, setReloadSpotlight, }: {
integrations: Integration[];

@@ -11,2 +12,3 @@ isOpen: boolean;

fullPage: boolean;
setReloadSpotlight: React.Dispatch<React.SetStateAction<number>>;
}): import("react/jsx-runtime").JSX.Element;

@@ -32,2 +32,3 @@ import { Envelope } from '@sentry/types';

getSpanById(traceId: string, spanId: string): Span | undefined;
resetData(): void;
subscribe(...args: Subscription): () => void;

@@ -34,0 +35,0 @@ /**

import type { ReactNode } from 'react';
import React from 'react';
import { SentryEvent } from '../types';
export declare const SentryEventsContext: React.Context<SentryEvent[]>;
interface SetEventsAction {
e: SentryEvent | SentryEvent[];
action: string;
}
interface SentryEventsContextProps {
events: SentryEvent[];
setEvents: React.Dispatch<SetEventsAction>;
}
export declare const SentryEventsContext: React.Context<SentryEventsContextProps>;
export declare const SentryEventsContextProvider: React.FC<{
children: ReactNode;
}>;
export {};
{
"name": "@spotlightjs/overlay",
"description": "The overlay of Spotlight to add debug interface to your web app.",
"version": "1.5.0",
"version": "1.6.0",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "type": "module",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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