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.0 to 1.8.1

dist/index-1803d5bd.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-220f086f.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-1803d5bd.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-220f086f.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-1803d5bd.js";
export {

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

import { Envelope, EnvelopeItem } from '@sentry/types';
import { RawEventContext } from '../../../../integrations/integration';
export default function JsonViewer({ data, onUpdateData, editingEnabled, clipboardEnabled, }: {
export default function JsonViewer({ data, onUpdateData, editingEnabled, clipboardEnabled, displayDataTypes, quotesOnKeys, }: {
data: Envelope[0] | EnvelopeItem | RawEventContext;

@@ -8,2 +8,4 @@ onUpdateData?: (value: unknown) => void;

clipboardEnabled?: boolean;
displayDataTypes?: boolean;
quotesOnKeys?: boolean;
}): import("react/jsx-runtime").JSX.Element;
{
"name": "@spotlightjs/overlay",
"description": "The overlay of Spotlight to add debug interface to your web app.",
"version": "1.8.0",
"version": "1.8.1",
"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