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

informed

Package Overview
Dependencies
Maintainers
1
Versions
404
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

informed - npm Package Versions

1
41

4.40.0

Diff

Changelog

Source

4.40.0 (Feb 6th, 2023)

Added

  • ability to skip a multistep step
joepuzzo
published 4.39.3 •

Changelog

Source

4.39.3 (January 23rd, 2023)

Fixed

  • type issue with multistep forms where initialStep was required
joepuzzo
published 4.39.2 •

Changelog

Source

4.39.2 (January 19th, 2023)

Fixed

  • issue where if the initial value was zero the formatter would not get called
joepuzzo
published 4.39.1 •

Changelog

Source

4.39.1 (January 18th, 2023)

Added

  • missing types for multistep and text area
joepuzzo
published 4.39.0 •

Changelog

Source

4.39.0 (January 10th, 2023)

Added

  • maskOnBlur so users can trigger mask function only on blur
joepuzzo
published 4.38.2 •

Changelog

Source

4.38.2 (January 9th, 2023)

Fixed

  • Issue where old ( no longer used ) useLayoutEffect would throw errors in next js apps ( SSR apps )
joepuzzo
published 4.38.1 •

Changelog

Source

4.38.1 (January 9th, 2023)

Fixed

  • Issue where form fields values would not be initialized until after the first render.
joepuzzo
published 4.38.0 •

Changelog

Source

4.38.0 (Dec 28th, 2022)

Added

  • Ability to pass native boolean to useConditional hook. Best explained in the conditional docs.
joepuzzo
published 4.37.1 •

Changelog

Source

4.37.1 (Dec 13th, 2022)

  • added missing types to formApi
joepuzzo
published 4.37.0 •

Changelog

Source

4.37.0 (Nov 29th, 2022)

  • added ability to pass keep to form fields such that users can specify specific state to keep
// Example where we only keep value

<Input name="spouse" label="Spouse name:" required keep={{ value: true }} />
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