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 Versions

23
41

4.61.1

Diff

Changelog

Source

4.61.1 ( Jan 13th, 2024)

Fixed

  • Issue where fieldExists was not added to formApi
joepuzzo
published 4.61.0 •

Changelog

Source

4.61.0 ( Dev 12th, 2024)

Added

  • React 19 as supported version
joepuzzo
published 4.60.5 •

Changelog

Source

4.60.5 ( Nov 21st, 2024)

Fixed

  • Issue where window value was not checked for in useForm
joepuzzo
published 4.60.4 •

Changelog

Source

4.60.4 ( Nov 15th, 2024)

Fixed

  • Issue where where "rtl" direction on number formatted inptuts would incorectly change cursor position
joepuzzo
published 4.60.3 •

Changelog

Source

4.60.3 ( June 24th, 2024)

Fixed

  • Issue where resetting array field with no values would never set to new initial values
joepuzzo
published 4.60.2 •

Changelog

Source

4.60.2 ( May 30th, 2024)

Fixed

  • Issue where formatting in react native with number formatter would not allow user to type a decimal "2."
joepuzzo
published 4.60.1 •

Changelog

Source

4.60.1 ( May 28th, 2024)

Fixed

  • Issue with useField user props not omitting "'onChange' | 'onBlur' | 'onFocus' | 'value' | 'defaultValue' | 'required'"
joepuzzo
published 4.60.0 •

Changelog

Source

4.60.0 ( May 9th, 2024)

Fixed

  • A very complex issue that involved validation validating with icorrect form values in unique cases where a field "a" would depend on the value of field "b" and field "b" comes after field "a". This issue is so hard to simply describe here that instead I made two docs pages to talk about them with examples haha see here
joepuzzo
published 4.59.1 •

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>
23
41
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