Socket
Socket
Sign inDemoInstall

@altiore/form

Package Overview
Dependencies
7
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.4 to 0.3.5

4

dist/form/form.d.ts

@@ -18,4 +18,8 @@ import { ReactNode } from 'react';

* @example
*import {Form} from '@altiore/form';
* const Template: ComponentStory<typeof Form> = ({children, ...args}) => (
*<Form {...args}>{children}</Form>
*);
* return (any)
*/
export declare const Form: ({ children, defaultValues, onSubmit, }: FormProps) => JSX.Element;

@@ -27,2 +27,6 @@ var __assign = (this && this.__assign) || function () {

* @example
*import {Form} from '@altiore/form';
* const Template: ComponentStory<typeof Form> = ({children, ...args}) => (
*<Form {...args}>{children}</Form>
*);
* return (any)

@@ -29,0 +33,0 @@ */

2

package.json
{
"name": "@altiore/form",
"version": "0.3.4",
"version": "0.3.5",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc