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.8.1 to 1.8.2

dist/index-4728f540.js

2

./dist/sentry-spotlight.js

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

import { R as e, a as o, b as t, h as n, j as r, i, d as p, e as c, f as l, o as g, s as h, t as v, v as R } from "./index-1803d5bd.js";
import { R as e, a as o, b as t, h as n, j as r, i, d as p, e as c, f as l, o as g, s as h, t as v, v as R } from "./index-4728f540.js";
export {

@@ -3,0 +3,0 @@ e as React,

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

import { R as e, a as o, b as t, h as n, j as r, i, d as p, e as c, f as l, o as g, s as h, t as v, v as R } from "./index-1803d5bd.js";
import { R as e, a as o, b as t, h as n, j as r, i, d as p, e as c, f as l, o as g, s as h, t as v, v as R } from "./index-4728f540.js";
export {

@@ -3,0 +3,0 @@ e as React,

import { SentryEvent } from '../types';
import { ComponentPropsWithoutRef } from 'react';
type Platform = 'python' | 'javascript' | 'node' | 'ruby' | 'csharp' | string;
export default function PlatformIcon({ platform, event, size, ...props }: ComponentPropsWithoutRef<'svg'> & {
export default function PlatformIcon({ platform, event, size, width, height, title, ...props }: ComponentPropsWithoutRef<'svg'> & {
size?: number;
platform?: Platform;
event?: SentryEvent;
height?: number;
width?: number;
title?: string;
}): import("react/jsx-runtime").JSX.Element;
export {};

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

export default function ErrorsTab(): import("react/jsx-runtime").JSX.Element;
export default function TracesTab(): import("react/jsx-runtime").JSX.Element;

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

import { ComponentPropsWithoutRef } from 'react';
import { type Integration } from './integrations/integration';

@@ -104,13 +103,1 @@ export type ExperimentName = 'sentry:focus-local-events';

};
export type SidePanelProps = Omit<ComponentPropsWithoutRef<'div'>, 'className'> & {
backto: string;
};
export type CrumbProps = {
id: string;
label: string;
link?: boolean;
to?: string;
};
export type BreadcrumbProps = {
crumbs: CrumbProps[];
};
{
"name": "@spotlightjs/overlay",
"description": "The overlay of Spotlight to add debug interface to your web app.",
"version": "1.8.1",
"version": "1.8.2",
"license": "Apache-2.0",

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

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