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.10 to 1.0.11

2

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

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

@@ -29,2 +29,39 @@ /**

//------------------------------------------------------------------------------
// File-level constants
//------------------------------------------------------------------------------
const colors = {
// Black/Dark Gray hues
"first-color": "#000",
"first-color-": "#6c7682",
"first-color--": "#8d969f",
"first-color---": "#889cb2",
// White/Gray hues
"second-color": "#ffffff",
"second-color-": "#f1f4f5",
"second-color--": "#d9dce4",
"second-color---": "#a5afae",
"second-color----": "#949d9c",
// Yellow hues
"third-color": '#feb53f',
"third-color-": "#f59d1a",
"third-color--": "#ddb274",
// Blue hues
"fourth-color": "#32c6de",
"fourth-color-": "#19b7d6",
"fourth-color--": "#22899b",
"fourth-color---": "#3696a6",
// Red hues
"fifth-color": "#f43248",
"fifth-color-": "#f6575f",
// Green hues
"sixth-color": "#69af39",
}
//------------------------------------------------------------------------------
// Component

@@ -31,0 +68,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