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.46.0

Diff

Changelog

Source

4.46.0 ( June 1st, 2023)

Added

  • ability to pass resetValues to formApi.reset()
joepuzzo
published 4.45.0 •

Changelog

Source

4.45.0 ( June 1st, 2023)

Added

  • ability to pass values to formApi.reset()
joepuzzo
published 4.44.6 •

Changelog

Source

4.44.6 ( May 16th, 2023)

Fixed

  • Issue where adapter code would get loaded when using custom form
joepuzzo
published 4.44.5 •

Changelog

Source

4.44.5 ( May 8th, 2023)

Added

  • "type": "module" to the package.json as informed is an ESM first package
joepuzzo
published 4.44.4 •

Changelog

Source

4.44.4 ( May 2nd, 2023)

Added

  • Missing types for gatherData
joepuzzo
published 4.44.3 •

Changelog

Source

4.44.3 ( May 2nd, 2023)

Fixed

  • Issue where if user did not pass an array field to adapter schema would crash ( now defaults to internal array field )
joepuzzo
published 4.44.2 •

Changelog

Source

4.44.2 ( April 26th, 2023)

Fixed

  • Issue where when you called setTheseValues on a field with array syntax the following would occur on removing modified values
// 0 ---> 1 ---> 2
// Remove index 0 [ 1, 2, 3 ]
// ==> [ 2, 3 ]
//  Remove index 1 [ 2, 3 ]
// ==> [ 3 ]
//  Remove index 2 [ 3 ]
// ==> [ 3 ] << see how 3 never got removed
joepuzzo
published 4.44.1 •

Changelog

Source

4.44.1 (April 4th, 2023)

Added

  • Missing type for validateModified ( field level and form level )
joepuzzo
published 4.44.1-beta.0 •

joepuzzo
published 4.44.0 •

Changelog

Source

4.44.0 (March 24th, 2023)

Fixed

  • issue where a faulure on a reject of gather data would not set an error
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