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

@highoutput/hds-forms

Package Overview
Dependencies
Maintainers
7
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highoutput/hds-forms - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

2

package.json
{
"name": "@highoutput/hds-forms",
"version": "0.4.3",
"version": "0.4.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -8,3 +8,3 @@ import * as React from 'react';

};
declare type RenderOption<T extends Option> = (item: T) => JSX.Element;
export declare type RenderOption<T extends Option> = (item: T) => JSX.Element;
declare type SelectFieldBaseProps<T extends Option> = {

@@ -19,2 +19,3 @@ name?: string;

renderOption?: RenderOption<T>;
renderValue?: RenderOption<T>;
__fieldTestId?: string;

@@ -21,0 +22,0 @@ __optionTestId?: string | ((item: T) => string);

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