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

@dile/ui

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dile/ui - npm Package Compare versions

Comparing version 2.1.22 to 2.1.23

5

components/drop-file/src/DileDropFile.js

@@ -162,3 +162,2 @@ import { LitElement, html, css } from 'lit';

if (files.length > 0) {
console.log("Mostramos el nombre del archivo",files);
this.fileName = files[0].name;

@@ -214,3 +213,3 @@ if(this._isValidExtension(this.fileName)) {

get value() {
this.fileInput.value;
return this.fileInput.value;
}

@@ -221,3 +220,3 @@

}
}

4

package.json
{
"name": "@dile/ui",
"version": "2.1.22",
"version": "2.1.23",
"description": "UI Core components from dile-components.",

@@ -29,3 +29,3 @@ "main": "index.js",

},
"gitHead": "1b91b1404247bf86e6b04ea12793d5d6235a5f50"
"gitHead": "453ef1fb92c0c84f23635cb36a7d4896cdabd845"
}
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