Socket
Socket
Sign inDemoInstall

index-scrollbar

Package Overview
Dependencies
2
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.34 to 1.0.35

dist/index-scrollbar/p-598a292d.entry.js

2

dist/cjs/index-scrollbar.cjs.entry.js

@@ -224,3 +224,3 @@ 'use strict';

var _a, _b, _c, _d;
if (type.includes('start') || (type.includes('enter') && !this.isMobile()) || type.includes('down')) {
if (type.includes('start') || (type.includes('enter') && !this.isMobile()) || (type.includes('down') && !this.isMobile())) {
if (!this._isComponentActive)

@@ -227,0 +227,0 @@ this.isActive.emit({ boolean: (this._isComponentActive = true), type: type });

@@ -214,3 +214,3 @@ import { Component, Host, h, Prop, Event, Element, State, Watch } from '@stencil/core';

var _a, _b, _c, _d;
if (type.includes('start') || (type.includes('enter') && !this.isMobile()) || type.includes('down')) {
if (type.includes('start') || (type.includes('enter') && !this.isMobile()) || (type.includes('down') && !this.isMobile())) {
if (!this._isComponentActive)

@@ -217,0 +217,0 @@ this.isActive.emit({ boolean: (this._isComponentActive = true), type: type });

@@ -222,3 +222,3 @@ import { HTMLElement, createEvent, h, Host, proxyCustomElement } from '@stencil/core/internal/client';

var _a, _b, _c, _d;
if (type.includes('start') || (type.includes('enter') && !this.isMobile()) || type.includes('down')) {
if (type.includes('start') || (type.includes('enter') && !this.isMobile()) || (type.includes('down') && !this.isMobile())) {
if (!this._isComponentActive)

@@ -225,0 +225,0 @@ this.isActive.emit({ boolean: (this._isComponentActive = true), type: type });

@@ -220,3 +220,3 @@ import { r as registerInstance, c as createEvent, h, H as Host, g as getElement } from './index-5f889f85.js';

var _a, _b, _c, _d;
if (type.includes('start') || (type.includes('enter') && !this.isMobile()) || type.includes('down')) {
if (type.includes('start') || (type.includes('enter') && !this.isMobile()) || (type.includes('down') && !this.isMobile())) {
if (!this._isComponentActive)

@@ -223,0 +223,0 @@ this.isActive.emit({ boolean: (this._isComponentActive = true), type: type });

@@ -1,1 +0,1 @@

import{p as e,b as i}from"./p-d4d31fe4.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i([["p-22269ccb",[[1,"index-scrollbar",{alphabet:[16],overflowDivider:[1,"overflow-divider"],validLetters:[16],disableInvalidLetters:[4,"disable-invalid-letters"],prioritizeHidingInvalidLetters:[4,"prioritize-hiding-invalid-letters"],letterMagnification:[4,"letter-magnification"],magnifyDividers:[4,"magnify-dividers"],magnificationMultiplier:[2,"magnification-multiplier"],magnificationCurve:[16],exactX:[4,"exact-x"],navigateOnHover:[4,"navigate-on-hover"],letterSpacing:[8,"letter-spacing"],offsetSizeCheckInterval:[2,"offset-size-check-interval"],_isComponentActive:[32],visibleLetters:[32],rendering:[32],_lastEmittedLetter:[32],magIndex:[32],_isInBounds:[32],visualLetterIndex:[32],letterSelected:[32]}]]]],e)));
import{p as e,b as i}from"./p-d4d31fe4.js";(()=>{const i=import.meta.url,t={};return""!==i&&(t.resourcesUrl=new URL(".",i).href),e(t)})().then((e=>i([["p-598a292d",[[1,"index-scrollbar",{alphabet:[16],overflowDivider:[1,"overflow-divider"],validLetters:[16],disableInvalidLetters:[4,"disable-invalid-letters"],prioritizeHidingInvalidLetters:[4,"prioritize-hiding-invalid-letters"],letterMagnification:[4,"letter-magnification"],magnifyDividers:[4,"magnify-dividers"],magnificationMultiplier:[2,"magnification-multiplier"],magnificationCurve:[16],exactX:[4,"exact-x"],navigateOnHover:[4,"navigate-on-hover"],letterSpacing:[8,"letter-spacing"],offsetSizeCheckInterval:[2,"offset-size-check-interval"],_isComponentActive:[32],visibleLetters:[32],rendering:[32],_lastEmittedLetter:[32],magIndex:[32],_isInBounds:[32],visualLetterIndex:[32],letterSelected:[32]}]]]],e)));
{
"name": "index-scrollbar",
"version": "1.0.34",
"version": "1.0.35",
"description": "Stencil Component Starter",

@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js",

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