Socket
Socket
Sign inDemoInstall

ngx-virtual-scroller

Package Overview
Dependencies
2
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.11 to 1.0.12

docs/vendor.72781fb3bb1d6291ad8a.bundle.js

4

CHANGELOG.md

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

# v1.0.12
* Fix the bug, when parentScroll is significantly longer, then virtual scroller.
# v1.0.11

@@ -2,0 +6,0 @@

2

dist/virtual-scroller.js

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

var scrollStartPosition = this.getScrollStartPosition();
if (scrollStartPosition > dimensions.scrollLength && !(this.parentScroll instanceof Window)) {
if (scrollStartPosition > (dimensions.scrollLength + offset) && !(this.parentScroll instanceof Window)) {
scrollStartPosition = dimensions.scrollLength;

@@ -890,0 +890,0 @@ }

{
"name": "ngx-virtual-scroller",
"version": "1.0.11",
"version": "1.0.12",
"description": "Angular 4+ module for virtual -infinite- list. Supports horizontal/vertical, variable heights, & multi-column",

@@ -5,0 +5,0 @@ "main": "dist/virtual-scroller.js",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc