Socket
Socket
Sign inDemoInstall

@awey/scroller

Package Overview
Dependencies
1
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.3.0

1

lib/index.d.ts

@@ -26,3 +26,4 @@ export declare type ScrollDirection = 'both' | 'vertical' | 'horizontal' | 'none';

refresh(): void;
getScrollElement(): HTMLElement;
destroy(): void;
}

@@ -285,2 +285,5 @@ var __accessCheck = (obj, member, msg) => {

}
getScrollElement() {
return __privateGet(this, _DOM).mask;
}
destroy() {

@@ -287,0 +290,0 @@ transferDOM(__privateGet(this, _DOM).content, __privateGet(this, _el));

@@ -282,2 +282,5 @@ var __accessCheck = (obj, member, msg) => {

}
getScrollElement() {
return __privateGet(this, _DOM).mask;
}
destroy() {

@@ -284,0 +287,0 @@ transferDOM(__privateGet(this, _DOM).content, __privateGet(this, _el));

2

package.json
{
"name": "@awey/scroller",
"version": "2.2.1",
"version": "2.3.0",
"description": "The best custom scroll bar",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc