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.0 to 10.0.1

5

lib/index.js

@@ -432,3 +432,3 @@ 'use strict';

return __awaiter(this, void 0, void 0, function () {
var collection, newData, error_2;
var collection, url, newData, error_2;
return __generator(this, function (_c) {

@@ -444,2 +444,3 @@ switch (_c.label) {

return [2 /*return*/];
url = path || this.url();
if (optimistic && collection) {

@@ -451,3 +452,3 @@ collection.remove(this);

_c.trys.push([1, 3, , 4]);
return [4 /*yield*/, apiClient().del(path || this.url(), data, otherOptions)];
return [4 /*yield*/, apiClient().del(url, data, otherOptions)];
case 2:

@@ -454,0 +455,0 @@ newData = _c.sent();

2

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