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

Diff

xaviergonz
published 0.60.3 •

Changelog

Source

0.60.3

  • Switched bundler from microbundle to vite.
  • Deprecated prop modifier variant withSetter("assign"), use withSetter() instead.
  • Changed to nanoid from uuid for model id generation.
xaviergonz
published 0.60.3-alpha •

xaviergonz
published 0.60.2 •

Changelog

Source

0.60.2

  • Added swap to array actions.
xaviergonz
published 0.60.1 •

Changelog

Source

0.60.1

  • Added package.json to the exports list to avoid issues with metro bundler from react native.
xaviergonz
published 0.60.0 •

Changelog

Source

0.60.0

  • Added createGroup to undoMiddleware, which allows to group several actions perform in separate code blocks.
  • Added an overload to toTreeNode that accepts a type checker as first argument.
  • Added standalone actions. See the relevant section of the docs for more info.
xaviergonz
published 0.59.0 •

Changelog

Source

0.59.0

  • Added attachedState to the undoMiddleware. Useful to save/restore state related to actions but that shouldn't be part of the undo/redo event queue (e.g. selection, text editor cursor position, etc.).
  • Added findChildren to be able to find all children of a subtree root node for which a predicate matches.
  • Improved support for generics when using references.
xaviergonz
published 0.58.2 •

Changelog

Source

0.58.2

  • Generic types are now inferable from the constructor parameters
xaviergonz
published 0.58.1 •

Changelog

Source

0.58.1

  • Fixed an issue where idProp on the base was not being picked up by ExtendedModel.
xaviergonz
published 0.58.0 •

Changelog

Source

0.58.0

  • Added a simpler pattern for generic models when using prop.
  • Added resolveId to be able to resolve a model given its ID.
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