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

informed

Package Overview
Dependencies
Maintainers
2
Versions
402
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

informed - npm Package Compare versions

Comparing version 4.58.0 to 4.58.1

16

index.d.ts

@@ -6,2 +6,3 @@ import React from 'react';

dirty: boolean;
disabled: boolean;
submitted: boolean;

@@ -142,2 +143,3 @@ valid: boolean;

addWithInitialValue: (value: any) => void;
clear: () => void;
};

@@ -202,2 +204,3 @@

components?: any;
adapter?: Record<string | number | symbol, React.FC>;
errorMessage?: Record<string, unknown>;

@@ -401,2 +404,6 @@ focusOnInvalid?: boolean;

export function useArrayFieldApi(): ArrayFieldApi;
export function useArrayFieldItemApi(): ArrayFieldItemApi;
export function FormStateAccessor({

@@ -408,2 +415,11 @@ children

declare function FormFields({
schema,
onlyValidateSchema
}: {
/** Json Schema */
schema: any,
onlyValidateSchema: boolean
}): JSX.Element[];
declare function ArrayField({

@@ -410,0 +426,0 @@ children,

2

package.json
{
"name": "informed",
"version": "4.58.0",
"version": "4.58.1",
"description": "A lightweight framework and utility for building powerful forms in React applications",

@@ -5,0 +5,0 @@ "type": "module",

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