Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@egjs/deview-recycle

Package Overview
Dependencies
Maintainers
8
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@egjs/deview-recycle - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

declaration/Infinite.d.ts

4

dist/recycle.cjs.js

@@ -7,3 +7,3 @@ /*

repository: git+https://github.com/NAVER-FEPlatform/deview2019-demo.git
version: 0.1.3
version: 0.1.4
*/

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

if (startPos - threshold <= endScrollTop_1 && scrollTop <= endPos + threshold) {
if (startPos - threshold <= endScrollTop_1 && relativeScrollTop <= endPos + threshold) {
startCursor_1 < 0 && (startCursor_1 = i);

@@ -114,0 +114,0 @@ endCursor_1 = i;

@@ -7,3 +7,3 @@ /*

repository: git+https://github.com/NAVER-FEPlatform/deview2019-demo.git
version: 0.1.3
version: 0.1.4
*/

@@ -109,3 +109,3 @@ import Component from '@egjs/component';

if (startPos - threshold <= endScrollTop_1 && scrollTop <= endPos + threshold) {
if (startPos - threshold <= endScrollTop_1 && relativeScrollTop <= endPos + threshold) {
startCursor_1 < 0 && (startCursor_1 = i);

@@ -112,0 +112,0 @@ endCursor_1 = i;

{
"name": "@egjs/deview-recycle",
"version": "0.1.3",
"version": "0.1.4",
"description": "",

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

@@ -162,3 +162,3 @@ import Component from "@egjs/component";

if (startPos - threshold <= endScrollTop && scrollTop <= endPos + threshold) {
if (startPos - threshold <= endScrollTop && relativeScrollTop <= endPos + threshold) {
startCursor < 0 && (startCursor = i);

@@ -165,0 +165,0 @@ endCursor = i;

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc