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

1.4.0

Diff

Changelog

Source

1.4.0

  • Use a proxy to decorate model classes to reduce the inheritance level of models by one.
  • Create object children cache only when there are actually children to save some memory in objects/arrays that don't have children of type object.
  • Cache props/tProps to save some memory in model definitions.
xaviergonz
published 1.3.0 •

Changelog

Source

1.3.0

  • Big memory optimizations for model definitions with many properties (very little changes for model instances though). This change now makes Proxy support a requirement.
  • Minor speed optimizations.
xaviergonz
published 1.2.0 •

Changelog

Source

1.2.0

  • TypeCheckError now includes a new message field, a new typeCheckedValue field and no longer requires a parameter for the throw() method.
  • Type checking error messages will now include the actual value that failed validation in the error message.
xaviergonz
published 1.1.1 •

Changelog

Source

1.1.1

  • Fixed an issue related to computed trees.
xaviergonz
published 1.1.0 •

Changelog

Source

1.1.0

  • Added idProp.typedAs<T>() to be able to type an ID prop with a string template.
xaviergonz
published 1.0.0 •

Changelog

Source

1.0.0

  • Since the API has been quite stable for a while I think it is time for a v1.0.0 release. :) No other changes.
xaviergonz
published 0.69.9 •

Changelog

Source

0.69.9

  • Fix for applySnapshot throwing an exception when removing a property which was not declared in the model.
xaviergonz
published 0.69.8 •

Changelog

Source

0.69.8

  • Fix for standaloneFlow typing.
xaviergonz
published 0.69.7 •

Changelog

Source

0.69.7

  • Attempt to fix react native bundling issues.
xaviergonz
published 0.69.6 •

Changelog

Source

0.69.6

  • Fix for a possible infinite recursive call when using types.tag.
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