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

mobx-rest

Package Overview
Dependencies
Maintainers
4
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-rest - npm Package Compare versions

Comparing version 10.0.1 to 11.0.0

8

CHANGELOG.md
# Changelog
## `11.0.0`
- Breaking: `Collection`'s `get` method return type is now typed to `T | undefined`.
## `10.0.1`
- Fixed: optimistic destroys for models in collections.
## `10.0.0`

@@ -4,0 +12,0 @@

2

lib/index.d.ts

@@ -239,3 +239,3 @@ import { ObservableMap, IObservableArray } from 'mobx';

*/
get(id: Id, { required }?: GetOptions): T;
get(id: Id, { required }?: GetOptions): T | undefined;
/**

@@ -242,0 +242,0 @@ * Get resources matching criteria.

{
"name": "mobx-rest",
"version": "10.0.1",
"version": "11.0.0",
"description": "REST conventions for mobx.",

@@ -5,0 +5,0 @@ "jest": {

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