Socket
Socket
Sign inDemoInstall

@altiore/form

Package Overview
Dependencies
Maintainers
1
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altiore/form - npm Package Compare versions

Comparing version 0.3.44 to 0.3.45

7

dist/@common/types.d.ts
import { MouseEventHandler, MutableRefObject } from 'react';
/**
* "button|checkbox|file|hidden|image|password|radio|reset|submit|text
* "button|checkbox|file|hidden|image|password|radio|reset|submit|text|password
*/

@@ -9,5 +9,6 @@ export declare enum FieldType {

CHECKBOX = "checkbox",
ENUM = "enum",
NUMBER = "number",
TEXT = "text",
ENUM = "enum"
PASSWORD = "password",
TEXT = "text"
}

@@ -14,0 +15,0 @@ export declare type NamedFieldProps<T, R extends string> = Omit<T, R> & {

/**
* "button|checkbox|file|hidden|image|password|radio|reset|submit|text
* "button|checkbox|file|hidden|image|password|radio|reset|submit|text|password
*/

@@ -9,5 +9,6 @@ export var FieldType;

FieldType["CHECKBOX"] = "checkbox";
FieldType["ENUM"] = "enum";
FieldType["NUMBER"] = "number";
FieldType["PASSWORD"] = "password";
FieldType["TEXT"] = "text";
FieldType["ENUM"] = "enum";
})(FieldType || (FieldType = {}));

@@ -14,0 +15,0 @@ export var InsertPosition;

{
"name": "@altiore/form",
"version": "0.3.44",
"version": "0.3.45",
"description": "Form helper for building powerful forms",

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

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