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

@mappedin/viewer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mappedin/viewer - npm Package Compare versions

Comparing version

to
0.33.2-f74139d.0

@@ -9,3 +9,3 @@ type TUseCategoriesTextProps = {

toggleExpanded: () => void;
height: number;
height: string | number;
};

@@ -12,0 +12,0 @@ /**

@@ -7,4 +7,5 @@ type TLogoBoxProps = {

boxShadow?: boolean;
style?: React.CSSProperties;
};
declare const LogoBox: React.FC<TLogoBoxProps>;
export default LogoBox;

@@ -54,2 +54,9 @@ import { ComponentProps } from 'react';

/**
* URL to show on a button just above the directions button.
*/
footerLink?: {
url: string;
name?: string;
};
/**
* Callback when the close button is clicked.

@@ -56,0 +63,0 @@ */

{
"name": "@mappedin/viewer",
"version": "0.33.2-756f8c8.0",
"version": "0.33.2-f74139d.0",
"type": "module",

@@ -5,0 +5,0 @@ "browser": "./dist/index.js",