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 Compare versions

Comparing version 0.11.2 to 0.11.3

4

package.json
{
"name": "mobx-keystone",
"version": "0.11.2",
"version": "0.11.3",
"description": "A MobX powered state management solution based on data trees with first class support for Typescript, snapshots, patches and much more",

@@ -21,3 +21,3 @@ "keywords": [

},
"homepage": "https://mobx-keystone.netlify.com",
"homepage": "https://mobx-keystone.js.org",
"license": "MIT",

@@ -24,0 +24,0 @@ "author": "Javier González Garcés",

@@ -15,3 +15,3 @@ # mobx-keystone

>
> ## [mobx-keystone.netlify.com](https://mobx-keystone.netlify.com)
> ## [mobx-keystone.js.org](https://mobx-keystone.js.org)

@@ -31,3 +31,3 @@ ## Introduction

To see some code and a a glimpse of how it works check the [Todo List Example](https://mobx-keystone.netlify.com/examples/todoList)
To see some code and a a glimpse of how it works check the [Todo List Example](https://mobx-keystone.js.org/examples/todoList)

@@ -70,2 +70,2 @@ Because state trees are living, mutable models, actions are straight-forward to write; just modify local instance properties where appropriate. It is not necessary to produce a new state tree yourself, `mobx-keystone`'s snapshot functionality will derive one for you automatically.

Full documentation can be found on [mobx-keystone.netlify.com](https://mobx-keystone.netlify.com)
Full documentation can be found on [mobx-keystone.js.org](https://mobx-keystone.js.org)
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