Socket
Socket
Sign inDemoInstall

cleverstyle-widgets

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cleverstyle-widgets - npm Package Compare versions

Comparing version 0.10.2 to 0.10.3

2

package.json

@@ -26,3 +26,3 @@ {

],
"version" : "0.10.2",
"version" : "0.10.3",
"homepage" : "https://github.com/nazar-pc/CleverStyle-Widgets",

@@ -29,0 +29,0 @@ "author" : "Nazar Mokrynskyi <nazar@mokrynskyi.com>",

@@ -59,3 +59,3 @@ // Generated by LiveScript 1.5.0

_opened_changed: function(opened){
var ref$, body, this$ = this;
var ref$, body, ref1$, this$ = this;
if (opened === undefined) {

@@ -72,2 +72,5 @@ return;

if (opened) {
if ((ref1$ = document.querySelector('csw-tooltip')) != null) {
ref1$.show = false;
}
document.addEventListener('keydown', this._esc_handler);

@@ -74,0 +77,0 @@ if (this.content) {

Sorry, the diff of this file is not supported yet

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