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

react-best-gradient-color-picker

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-best-gradient-color-picker - npm Package Compare versions

Comparing version 1.4.14 to 1.4.15

7

lib/Controls.js

@@ -60,8 +60,3 @@ import React from 'react';

}
}, isLinear && isGradient && /*#__PURE__*/React.createElement(DegreePicker, null), isGradient && /*#__PURE__*/React.createElement(GradientType, null), isGradient && colors.length > 2 && /*#__PURE__*/React.createElement(DeleteBtn, null), /*#__PURE__*/React.createElement("div", {
style: {
width: 24
},
className: "df jc"
}, /*#__PURE__*/React.createElement(MenuIcon, null)))));
}, isLinear && isGradient && /*#__PURE__*/React.createElement(DegreePicker, null), isGradient && /*#__PURE__*/React.createElement(GradientType, null), isGradient && colors.length > 2 && /*#__PURE__*/React.createElement(DeleteBtn, null))));
};

@@ -68,0 +63,0 @@

2

package.json
{
"name": "react-best-gradient-color-picker",
"version": "1.4.14",
"version": "1.4.15",
"description": "An easy to use color/gradient picker for React.js",

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

@@ -29,5 +29,2 @@ import React from 'react'

{(isGradient && colors.length > 2) && <DeleteBtn />}
<div style={{width: 24}} className='df jc'>
<MenuIcon />
</div>
</div>

@@ -34,0 +31,0 @@ </div>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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