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

mobx-rest-jquery-adapter

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobx-rest-jquery-adapter - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

lib/utils.js

@@ -24,3 +24,5 @@ 'use strict';

hasFile = hasFile || arrayHasFile(val);
return formData.append(attr + '[]', val);
return (0, _lodash.forEach)(val, function (_val) {
return formData.append(attr + '[]', _val);
});
}

@@ -27,0 +29,0 @@

{
"name": "mobx-rest-jquery-adapter",
"version": "1.0.6",
"version": "1.0.7",
"description": "jQuery adapter for mobx-rest",

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

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