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

virtual-scroll

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

virtual-scroll - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

package.json
{
"name": "virtual-scroll",
"version": "2.1.0",
"version": "2.1.1",
"description": "Custom scroll events for smooth, fake scroll",

@@ -5,0 +5,0 @@ "main": "lib/virtualscroll.js",

@@ -151,7 +151,4 @@ import Emitter from 'tiny-emitter'

break
case keyCodes.SPACE && e.shiftKey:
evt.deltaY = windowHeight
break
case keyCodes.SPACE:
evt.deltaY = -windowHeight
evt.deltaY = windowHeight * (e.shiftKey ? 1 : -1)
break

@@ -265,2 +262,2 @@ default:

})
}
}
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