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

@0xsequence/design-system

Package Overview
Dependencies
Maintainers
7
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/design-system - npm Package Compare versions

Comparing version 0.1.80 to 0.1.81

dist/.DS_Store

7

dist/types/components/Tooltip/Tooltip.d.ts
import { PropsWithChildren } from 'react';
interface TooltipProps {
message: string | JSX.Element;
align?: 'center' | 'end' | 'start';
delayDuration?: number;
align?: 'center' | 'end' | 'start';
vOffset?: number;
disabled?: boolean;
hOffset?: number;
message: string | JSX.Element;
side?: 'top' | 'bottom';
vOffset?: number;
}
export declare const Tooltip: (props: PropsWithChildren<TooltipProps>) => JSX.Element;
export {};
{
"name": "@0xsequence/design-system",
"version": "0.1.80",
"version": "0.1.81",
"license": "Apache-2.0",

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

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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