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

@highoutput/hds-auth

Package Overview
Dependencies
Maintainers
6
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highoutput/hds-auth - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

CredentialLoginForm/EmailPasswordLoginForm.d.ts

@@ -10,3 +10,3 @@ import { SystemStyleObject } from '@chakra-ui/react';

};
export declare type EmailPasswordLoginFormProps = SystemStyleObject & {
export declare type EmailPasswordLoginFormProps = Omit<SystemStyleObject, 'onSubmit'> & {
emailAdd?: FieldConfig;

@@ -13,0 +13,0 @@ password?: FieldConfig;

@@ -10,3 +10,3 @@ import { SystemStyleObject } from '@chakra-ui/react';

};
export declare type UsernamePasswordLoginFormProps = SystemStyleObject & {
export declare type UsernamePasswordLoginFormProps = Omit<SystemStyleObject, 'onSubmit'> & {
username?: FieldConfig;

@@ -13,0 +13,0 @@ password?: FieldConfig;

{
"name": "@highoutput/hds-auth",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",

@@ -14,3 +14,3 @@ "main": "./index.js",

"dependencies": {
"@highoutput/hds-forms": "^0.3.1",
"@highoutput/hds-forms": "^0.3.2",
"@hookform/resolvers": "3.1.0",

@@ -17,0 +17,0 @@ "react-hook-form": "7.43.9",

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