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
404
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

informed - npm Package Versions

13
41

4.59.1

Diff

Changelog

Source

4.59.1 ( May 7th, 2024)

Added

  • Extra debug logging for reset
joepuzzo
published 4.59.0 •

Changelog

Source

4.59.0 ( May 7th, 2024)

Added

  • Ability to use name inside of validate function at field level

Example:

<Scope scope="hello">
  <Input
    name="world"
    label="World"
    validate={(value, values, { scope, name }) => {
      console.log(`${scope}.${name}`); // ==> hello.world
    }}
  />
</Scope>
joepuzzo
published 4.58.4 •

Changelog

Source

4.58.4 ( May 1st, 2024)

Fixed

  • Issue where if user typed . into a formatted number field it would result in a NAN
joepuzzo
published 4.58.3 •

Changelog

Source

4.58.3 ( April 29th, 2024)

Removed

  • react-dom from peer deps as native app will yell at you :)
joepuzzo
published 4.58.2 •

Changelog

Source

4.58.2 ( April 10th, 2024)

Added

  • Missing types for ArrayFieldState and useArrayField
joepuzzo
published 4.58.1 •

Changelog

Source

4.58.1 ( April 9th, 2024)

Added

  • Missing types for schema, FormState, useArrayFieldApi, and useArrayFieldItemApi.
joepuzzo
published 4.58.0 •

Changelog

Source

4.58.0 ( April 1st, 2024)

Added

  • Ability to pass debounceGather={1000} prop to form that will increase the debounce on the gatherData function
  • Ability to pass debounceError={1000} prop to form that will increase the debounce on the asyncValidate function
  • Note these ^^^ are at form level not field level ( will look into this at a later date )
joepuzzo
published 4.57.0 •

Changelog

Source

4.57.0 ( March 26th, 2024)

Added

  • ability to pass noFalsy to enable required validation even when value is a falsy value ( by default it only works for null/undefined/zero/or empty array ) the value false is considered to be a value
  • ability to pass gatherOnBlur to only gather data on blur
joepuzzo
published 4.56.3 •

Changelog

Source

4.56.3 ( March 4th, 2024)

Fixed

  • a console log I left in the code lol
joepuzzo
published 4.56.2 •

Changelog

Source

4.56.2 ( March 1st, 2024)

Fixed

  • issue with nested array field addWithInitialValue not working
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