New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ember-file-upload

Package Overview
Dependencies
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-file-upload - npm Package Compare versions

Comparing version 2.0.0-beta.10 to 2.0.0-beta.11

13

addon/file.js

@@ -175,3 +175,6 @@ /* global atob */

let response = request.send(form).then((result) => {
// Increment for Ember.Test
inflightRequests++;
return request.send(form).then((result) => {
set(this, 'state', 'uploaded');

@@ -182,10 +185,6 @@ return result;

return RSVP.reject(error);
});
inflightRequests++;
response.finally(function () {
}).finally(function () {
// Decrement for Ember.Test
inflightRequests--;
});
return response;
},

@@ -192,0 +191,0 @@

{
"name": "ember-file-upload",
"version": "2.0.0-beta.10",
"version": "2.0.0-beta.11",
"directories": {

@@ -5,0 +5,0 @@ "doc": "doc",

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