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

@boxyhq/react-ui

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boxyhq/react-ui - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

16

dist/dist/types/Login/types.d.ts

@@ -51,7 +51,15 @@ import type { ButtonHTMLAttributes, CSSProperties, HTMLAttributes, InputHTMLAttributes, LabelHTMLAttributes } from 'react';

innerProps?: {
input?: InputHTMLAttributes<HTMLInputElement>;
button?: ButtonHTMLAttributes<HTMLButtonElement>;
label?: LabelHTMLAttributes<HTMLLabelElement>;
container?: HTMLAttributes<HTMLDivElement>;
input?: InputHTMLAttributes<HTMLInputElement> & {
'data-testid'?: string;
};
button?: ButtonHTMLAttributes<HTMLButtonElement> & {
'data-testid'?: string;
};
label?: LabelHTMLAttributes<HTMLLabelElement> & {
'data-testid'?: string;
};
container?: HTMLAttributes<HTMLDivElement> & {
'data-testid'?: string;
};
};
}
{
"name": "@boxyhq/react-ui",
"description": "React UI components from BoxyHQ",
"version": "1.7.1",
"version": "1.7.2",
"type": "module",

@@ -6,0 +6,0 @@ "keywords": [

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