New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gutenberg-react-select-styles

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gutenberg-react-select-styles - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

27

index.js

@@ -83,5 +83,7 @@ module.exports = {

var newStyles = Object.assign( styles, {
padding: '2px 3px',
borderRadius: 4,
backgroundColor: '#555d66',
padding: '3px 4px',
margin: 4,
marginLeft: 0,
borderRadius: 15,
backgroundColor: '#ddd',
} );

@@ -94,3 +96,4 @@

padding: 0,
color: '#fff',
color: '#32373c',
fontSize: '90%',
} );

@@ -104,6 +107,16 @@

marginLeft: 5,
color: '#adadad',
marginTop: 1,
width: 16,
height: 16,
borderRadius: 8,
backgroundColor: '#555d66',
color: '#ddd',
justifyContent: 'center',
':hover': {
backgroundColor: '#e02e2e',
color: '#fff',
},
svg: {
width: 10,
height: 10,
width: 12,
height: 12,
},

@@ -110,0 +123,0 @@ } );

{
"name": "gutenberg-react-select-styles",
"version": "0.0.1",
"version": "0.0.2",
"description": "Styles for react-select component",

@@ -5,0 +5,0 @@ "license": "MIT",

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