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

@paubox/ui

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paubox/ui - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

icons/ChevronDown.d.ts

10

icons/index.d.ts
export * from './Add';
export * from './Calendar';
export * from './Cancel';
export * from './ChevronDown';
export * from './ChevronLeft';
export * from './ChevronRight';
export * from './ChevronUp';
export * from './Close';
export * from './Delete';
export * from './Edit';
export * from './Error';
export * from './Info';
export * from './KeyboardArrowDown';
export * from './LoadingWheel';
export * from './MoreVertical';
export * from './Return';

@@ -12,3 +19,2 @@ export * from './SearchIcon';

export * from './Warning';
export * from './Cancel';
export * from './SvgProps';

3

index.d.ts
export * from './lib/AlertBar/AlertBar';
export * from './lib/Button/Button';
export * from './lib/Calendar/Calendar';
export * from './lib/Checkbox/Checkbox';
export * from './lib/DatePicker/DatePicker';

@@ -8,3 +9,5 @@ export * from './lib/Dropdown/Dropdown';

export * from './lib/Inputs/index';
export * from './lib/Pagination/Pagination';
export * from './lib/Popper/Popper';
export * from './lib/Table/Table';
export * from './lib/Tooltip/Tooltip';

@@ -11,0 +14,0 @@ export * from './lib/Typography/Typography';

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

import { CSSProperties } from 'react';
import { CSSProperties, MouseEventHandler } from 'react';

@@ -9,3 +9,3 @@ export interface BaseButtonProps {

children: React.ReactNode;
onClick?: () => void;
onClick?: MouseEventHandler<HTMLButtonElement>;
style?: CSSProperties;

@@ -12,0 +12,0 @@ }

@@ -5,3 +5,3 @@ {

"description": "Paubox Component Library",
"version": "0.2.0",
"version": "0.3.0",
"main": "./index.js",

@@ -8,0 +8,0 @@ "types": "./index.d.ts",

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

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