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

@postermywall/rc-slider

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postermywall/rc-slider - npm Package Compare versions

Comparing version 10.3.4 to 10.3.13

2

es/hooks/useDrag.js

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

}
updateCacheValueRef.current(valueIndex, offSetPercent);
// updateCacheValueRef.current(valueIndex, offSetPercent);
updateCacheValueRef.current(valueIndex, offSetPercent, overwriteValue); // pass overwriteValue

@@ -164,0 +164,0 @@ };

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

}
updateCacheValueRef.current(valueIndex, offSetPercent);
// updateCacheValueRef.current(valueIndex, offSetPercent);
updateCacheValueRef.current(valueIndex, offSetPercent, overwriteValue); // pass overwriteValue

@@ -174,0 +174,0 @@ };

{
"name": "@postermywall/rc-slider",
"version": "10.3.4",
"version": "10.3.13",
"description": "Slider UI component for React",

@@ -41,3 +41,2 @@ "engines": {

"compile": "father build && lessc assets/index.less assets/index.css",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",

@@ -44,0 +43,0 @@ "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",

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