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

@spotlightjs/overlay

Package Overview
Dependencies
Maintainers
0
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 2.5.2 to 2.6.0

dist/index-1149361f.js

2

dist/index.d.ts

@@ -38,2 +38,2 @@ import { CONTEXT_LINES_ENDPOINT } from '@spotlightjs/sidecar/constants';

export declare function onSevereEvent(cb: (count: number) => void): Promise<void>;
export declare function init({ openOnInit, showTriggerButton, injectImmediately, sidecarUrl, anchor, debug, integrations, experiments, fullPage, showClearEventsButton, initialEvents, }?: SpotlightOverlayOptions): Promise<void>;
export declare function init(options?: SpotlightOverlayOptions): Promise<void>;

@@ -7,3 +7,3 @@ import type { Client, Event } from '@sentry/types';

* - Drop transactions created from interactions with the Spotlight UI
* - Forward Sentry events sent from the browser SDK to the Sidecar instance running on
* - Forward Sentry events sent from the browser SDK to the Spotlight instance running on
* the same page via the "direct message" method (w/o a need for the sidecar)

@@ -10,0 +10,0 @@ *

@@ -1,2 +0,2 @@

import { C as o, D as t, a as e, b as i, R as E, d as r, h as l, m as p, n as c, l as D, o as R, e as T, i as g, j as N, k as _, f, s as h, p as v, t as A, v as C } from "./index-9c22eb7e.js";
import { C as o, D as t, a as e, b as i, R as E, d as r, h as l, m as p, n as c, l as D, o as R, e as T, i as g, j as N, k as _, f, s as h, p as v, t as A, v as C } from "./index-1149361f.js";
(function(s) {

@@ -3,0 +3,0 @@ s && s.init({ integrations: [s.sentry(), s.console()] });

@@ -92,2 +92,6 @@ import type { Integration } from './integrations/integration';

initialEvents?: Record<string, (string | Uint8Array)[]>;
/**
* Initial path to navigate to, instead of the first tab.
*/
startFrom?: string;
};

@@ -94,0 +98,0 @@ export type NotificationCount = {

{
"name": "@spotlightjs/overlay",
"description": "The overlay of Spotlight to add debug interface to your web app.",
"version": "2.5.2",
"version": "2.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 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