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.21 to 2.1.22

9

components/drop-file/src/DileDropFile.js

@@ -211,2 +211,11 @@ import { LitElement, html, css } from 'lit';

}
get value() {
this.fileInput.value;
}
set value(value) {
this.fileInput.value = value;
}
}

4

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

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

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