Socket
Socket
Sign inDemoInstall

get-scroll-info

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-scroll-info - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

2

build/cjs/src/index.js

@@ -135,3 +135,3 @@ "use strict";

/**
* @param {HTMLElement} [inputEl]
* @param {SAFE_UNDEFINED|HTMLElement} [inputEl]
* @returns {ScrollInfoType}

@@ -138,0 +138,0 @@ */

{
"version": "0.5.2",
"version": "0.5.3",
"name": "get-scroll-info",

@@ -4,0 +4,0 @@ "repository": {

@@ -75,6 +75,6 @@ export class ScrollInfoType {

/**
* @param {HTMLElement} [inputEl]
* @param {SAFE_UNDEFINED|HTMLElement} [inputEl]
* @returns {ScrollInfoType}
*/
declare function getScrollInfo(inputEl?: HTMLElement, margin?: number): ScrollInfoType;
declare function getScrollInfo(inputEl?: SAFE_UNDEFINED | HTMLElement, margin?: number): ScrollInfoType;
/**

@@ -81,0 +81,0 @@ * @param {SAFE_UNDEFINED|HTMLElement} [el]

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