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.0 to 0.10.1

2

package.json

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

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

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

@@ -46,2 +46,8 @@ // Generated by LiveScript 1.5.0

element.addEventListener('pointerleave', hide);
document.addEventListener('wheel', hide, {
passive: true
});
document.addEventListener('touchmove', hide, {
passive: true
});
},

@@ -48,0 +54,0 @@ _initialize_tooltip: function(){

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