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

@aleodoni-common/tailwind-components

Package Overview
Dependencies
Maintainers
1
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aleodoni-common/tailwind-components - npm Package Compare versions

Comparing version 1.0.96 to 1.0.97

4

build/components/forms/loginform.d.ts
import React from 'react';
import { UseFormHandleSubmit } from 'react-hook-form';
import { SubmitHandler } from 'react-hook-form';
declare type DataType = {

@@ -13,5 +13,5 @@ username: string;

loginbuttontext?: string;
onSubmit({ username, password }: DataType): UseFormHandleSubmit<DataType>;
onSubmit(data: DataType): SubmitHandler<DataType>;
}
export declare const LoginForm: React.FC<ILoginForm>;
export {};
{
"name": "@aleodoni-common/tailwind-components",
"version": "1.0.96",
"version": "1.0.97",
"main": "./build/index.js",

@@ -5,0 +5,0 @@ "module": "build/index.modern.js",

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