Socket
Socket
Sign inDemoInstall

react-native-color-palette

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

index.js

@@ -34,3 +34,3 @@ import React from 'react';

onChange(color) {
this.setState({color}, this.props.onChange(color))
this.setState({color}, () => this.props.onChange(color))
}

@@ -37,0 +37,0 @@ render() {

{
"name": "react-native-color-palette",
"version": "1.0.1",
"version": "1.0.2",
"description": "A react native module for simple hex color selection",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc