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

ember-cli-file-picker

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-cli-file-picker - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

11

app/components/file-picker.js

@@ -157,5 +157,10 @@ import Ember from 'ember';

clearPreview: function() {
this.$('.file-picker__preview').html('');
this.hidePreview();
this.$('.file-picker__dropzone').show();
if (this.get('removePreview')) {
this.$('.file-picker__preview').html('');
this.hidePreview();
this.$('.file-picker__dropzone').show();
// reset
this.set('removePreview', false);
}
}.observes('removePreview'),

@@ -162,0 +167,0 @@

{
"name": "ember-cli-file-picker",
"version": "0.0.3",
"version": "0.0.4",
"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