Socket
Socket
Sign inDemoInstall

rc-slider

Package Overview
Dependencies
Maintainers
9
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-slider - npm Package Compare versions

Comparing version 11.1.0 to 11.1.1

2

es/hooks/useDrag.js

@@ -194,3 +194,3 @@ import _toConsumableArray from "@babel/runtime/helpers/esm/toConsumableArray";

var diffCount = Object.values(counts).reduce(function (prev, next) {
return prev + next;
return prev + Math.abs(next);
}, 0);

@@ -197,0 +197,0 @@ return diffCount <= maxDiffCount ? cacheValues : rawValues;

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

var diffCount = Object.values(counts).reduce(function (prev, next) {
return prev + next;
return prev + Math.abs(next);
}, 0);

@@ -207,0 +207,0 @@ return diffCount <= maxDiffCount ? cacheValues : rawValues;

{
"name": "rc-slider",
"version": "11.1.0",
"version": "11.1.1",
"description": "Slider UI component for React",

@@ -62,3 +62,3 @@ "keywords": [

"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-unicorn": "^52.0.0",
"eslint-plugin-unicorn": "^54.0.0",
"father": "^4.3.5",

@@ -65,0 +65,0 @@ "father-build": "^1.18.6",

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