New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@spotlightjs/overlay

Package Overview
Dependencies
Maintainers
0
Versions
53
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.9.0 to 2.10.0

dist/lib/base64.d.ts

2

dist/lib/uuid.d.ts

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

export declare function generate_uuidv4(): string;
export declare function generateUuidv4(): string;
import { default as React } from 'react';
export declare function connectToSidecar(sidecarUrl: string, contentTypeListeners: Record<string, (event: MessageEvent) => void>, setOnline: React.Dispatch<React.SetStateAction<boolean>>): () => void;
export declare function connectToSidecar(sidecarUrl: string, contentTypeListeners: Record<string, (event: {
data: string | Uint8Array;
}) => void>, setOnline: React.Dispatch<React.SetStateAction<boolean>>): () => void;
{
"name": "@spotlightjs/overlay",
"description": "The overlay of Spotlight to add debug interface to your web app.",
"version": "2.9.0",
"version": "2.10.0",
"license": "Apache-2.0",

@@ -50,7 +50,7 @@ "type": "module",

"usehooks-ts": "^2.16.0",
"vite": "^5.4.11",
"vite": "^5.4.12",
"vite-plugin-dts": "^3.9.1",
"vite-plugin-svgr": "^3.3.0",
"vitest": "^0.34.6",
"@spotlightjs/sidecar": "1.10.0",
"@spotlightjs/sidecar": "1.11.0",
"@spotlightjs/tsconfig": "1.0.1"

@@ -62,3 +62,3 @@ },

"scripts": {
"dev": "vite build --watch",
"dev": "vite serve --config=vite.dev.config.ts",
"build": "NODE_ENV=production tsc && vite build",

@@ -65,0 +65,0 @@ "build:watch": "vite build --watch",

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