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

mobx-rest

Package Overview
Dependencies
Maintainers
3
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 3.0.2 to 3.0.3

3

lib/index.js

@@ -454,3 +454,2 @@ 'use strict';

_this.set(currentAttributes);
throw error;
});

@@ -489,3 +488,2 @@ var request = this.withRequest(['saving', label], promise, abort);

collection.add(_this);
throw error;
});

@@ -769,3 +767,2 @@ return this.withRequest('destroying', promise, abort);

_this.remove(model);
throw error;
});

@@ -772,0 +769,0 @@ return this.withRequest('creating', promise, abort);

2

package.json
{
"name": "mobx-rest",
"version": "3.0.2",
"version": "3.0.3",
"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