Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mobx-keystone

Package Overview
Dependencies
Maintainers
1
Versions
195
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-keystone - npm Package Versions

1
20

0.69.5

Diff

Changelog

Source

0.69.5

  • Fix applySnapshot so it respects default initializers.
  • Setting a prop that has a default value to undefined or null will set it to its default value (same as if it was done in new or fromSnapshot).
xaviergonz
published 0.69.4 •

Changelog

Source

0.69.4

  • Fixed an issue that prevent model actions/flows from being used when destructured.
xaviergonz
published 0.69.3 •

Changelog

Source

0.69.3

  • ModelData and ModelCreationData now take into account any possible transformations. If you want to use the old ones (without transformations) then use ModelUntransformedData and ModelUntransformedCreationData.
xaviergonz
published 0.69.2 •

Changelog

Source

0.69.2

  • Fixed an issue related to modelActions and modelFlows in derived classes giving an error on instantiation.
xaviergonz
published 0.69.1 •

Changelog

Source

0.69.1

  • Fixed an issue where value-types would always generate patches when applySnapshot was being used (even if the contents of the value-type did not really change).
xaviergonz
published 0.69.0 •

Changelog

Source

0.69.0

  • Added types.tag to be able to annotate types.
xaviergonz
published 0.68.6 •

Changelog

Source

0.68.6

  • Fixed applySnapshot generating no-op patches sometimes.
xaviergonz
published 0.68.5 •

Changelog

Source

0.68.5

  • Fixed fromSnapshotProcessor not accepting null or undefined when a tProp with a default value was used.
xaviergonz
published 0.68.4 •

Changelog

Source

0.68.4

  • Fixed react-native not picking up the right bundle.
xaviergonz
published 0.68.3 •

Changelog

Source

0.68.3

  • Fixed a bug related to sorting arrays producing patches that end up in a same node being temporarily twice in the tree.
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