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

Diff

Changelog

Source

4.43.4 (March 24th, 2023)

Fixed

  • issue where multistep setCurrent would not clear errors
joepuzzo
published 4.43.3 •

Changelog

Source

4.43.3 (March 23rd, 2023)

Fixed

  • issue where empty arrays [] passed required check
joepuzzo
published 4.43.2 •

Changelog

Source

4.43.2 (March 22nd, 2023)

Fixed

  • issue where child subscriptions would not work
// This test now passes and it did not before
it('friends is parent of friends[1].foo', () => {
  const actual = isChild('friends', 'friends[1].foo');
  expect(actual).toEqual(true);
});
joepuzzo
published 4.43.1 •

Changelog

Source

4.43.1 (March 22nd, 2023)

Fixed

  • issue with debug and prism hightlighting
joepuzzo
published 4.43.0 •

Changelog

Source

4.43.0 (March 22nd, 2023)

Added

  • useSubState hook
joepuzzo
published 4.42.1 •

Changelog

Source

4.42.1 (March 13th, 2023)

Added

  • Missing types for Informed and FormProvider
joepuzzo
published 4.42.0 •

Changelog

Source

4.42.0 (March 10th, 2023)

Added

  • ability to pass a custom formatToParts function to the createIntlNumberFormatter util.
joepuzzo
published 4.41.1 •

Changelog

Source

4.41.1 (Feb 23rd, 2023)

Added

  • useScope will now return current scope when nothing is passed in.
joepuzzo
published 4.40.2 •

Changelog

Source

4.40.2 (Feb 21st, 2023)

Added

  • Missing type for Debug component.
joepuzzo
published 4.40.1 •

Changelog

Source

4.40.1 (Feb 16th, 2023)

Fixed

  • Fixed issue with initialization code when value was empty string.
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