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

mobx-keystone

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-keystone - npm Package Versions

1
46
20

0.68.3

Diff
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.
xaviergonz
published 0.68.2 •

Changelog

Source

0.68.2

  • Reverted ESM splitting.
xaviergonz
published 0.68.1 •

Changelog

Source

0.68.1

  • Split the ESM version in several files to improve the tree-shakeability of the library.
xaviergonz
published 0.68.1-alpha.2 •
xaviergonz
published 0.68.1-alpha •
xaviergonz
published 0.68.0 •

Changelog

Source

0.68.0

  • Removed side effects to improve the tree-shakeability of the library.
xaviergonz
published 0.67.5 •

Changelog

Source

0.67.5

  • Fixed a bug so $modelType should no longer be needed when it is defined with tProp.
xaviergonz
published 0.67.4 •

Changelog

Source

0.67.4

  • Fixed an issue introduced in 0.67.0 related to the use of tProp and getting stale snapshots.
xaviergonz
published 0.67.3 •

Changelog

Source

0.67.3

  • Fixed an issue related wrong validation of tProps of nullable/undefinable arrays.
xaviergonz
published 0.67.2 •

Changelog

Source

0.67.2

  • Small optimization to some of the walk tree methods.
  • Fixed a typing issue where statics would not be picked up by ExtendedModel.