New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tuily/react-mobile-picker-scroll

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tuily/react-mobile-picker-scroll - npm Package Compare versions

Comparing version 0.2.18 to 0.2.19

2

package.json
{
"name": "@tuily/react-mobile-picker-scroll",
"version": "0.2.18",
"version": "0.2.19",
"description": "An iOS like select box component for React, with scroll wheel and keyboard support",

@@ -5,0 +5,0 @@ "main": "lib/react-mobile-picker.js",

@@ -205,3 +205,3 @@ import React, { Component, WheelEvent } from 'react';

if (timeDiff && !isMoving) {
timeDiff = timeDiff > 1000 ? 200 : timeDiff;
timeDiff = timeDiff > 2000 ? timeDiff / 2 : timeDiff;
style.transitionDuration = `${timeDiff}ms`;

@@ -208,0 +208,0 @@ }

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