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

mobx-rest

Package Overview
Dependencies
Maintainers
1
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 0.0.8 to 0.0.9

4

lib/Collection.js

@@ -260,2 +260,4 @@ 'use strict';

}
return data;
}).catch(function (body) {

@@ -295,2 +297,4 @@ if (model) _this4.remove([model.id]);

_this5.set(data, options);
return data;
}).catch(function (body) {

@@ -297,0 +301,0 @@ _this5.request = null;

@@ -130,2 +130,4 @@ 'use strict';

_this.set(data);
return data;
}).catch(function (body) {

@@ -132,0 +134,0 @@ _this.request = null;

2

package.json
{
"name": "mobx-rest",
"version": "0.0.8",
"version": "0.0.9",
"description": "REST conventions for mobx.",

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

@@ -9,2 +9,6 @@ # REST Mobx

## TODO
Make API dependency injectable
## Installation

@@ -11,0 +15,0 @@

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