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

react-native-slider-picker

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-slider-picker - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

2

package.json
{
"name": "react-native-slider-picker",
"version": "1.0.25",
"version": "1.0.26",
"description": "Custom range slide picker for React Native. 🚧 UNDER CONSTRUCTION 🚧",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -115,2 +115,8 @@ /**

// If maxValue is greater than 15, force scale-related values to false.
if (this.maxValue > 15) {
this.showNumberScale = false;
this.showSeparatorScale = false;
}
//

@@ -189,4 +195,2 @@ // Initialize state variables

<Text>{this.state.currentValue}</Text>
</TouchableOpacity>

@@ -193,0 +197,0 @@ )

@@ -42,5 +42,2 @@ /**

// Non-state, file-level variable
this.startPosition = this.props.maxOffset;
// Initialize empty array to store xOffsets in

@@ -47,0 +44,0 @@ this.offsetsMap = [];

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