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

react-color

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-color - npm Package Compare versions

Comparing version 2.11.1 to 2.11.2

21

.eslintrc.js

@@ -1,20 +0,1 @@

module.exports = {
extends: 'airbnb',
parser: 'babel-eslint',
rules: {
'react/jsx-curly-spacing': [2, 'always', { spacing: { objectLiterals: 'never' }}],
'react/prop-types': [0],
'template-curly-spacing': ['error', 'always'],
'strict': [0, 'safe'],
'no-unused-expressions': 0,
'no-unused-vars': ['error', { 'vars': 'local' }],
'arrow-body-style': [0, 'always'],
'camelcase': [2, { 'properties': 'always' }],
'constructor-super': 2,
'quote-props': [2, 'consistent'],
'no-underscore-dangle': [1],
'semi': [2, 'never'],
'import/no-unresolved': [2, { ignore: ['react-reactions'] }],
'new-cap': [0]
}
}
module.exports = { extends: '@case/eslint-config' }

2

lib/components/circle/CircleSwatch.js

@@ -69,2 +69,2 @@ 'use strict';

exports.default = (0, _reactcss.hover)(CircleSwatch);
exports.default = (0, _reactcss.handleHover)(CircleSwatch);

@@ -49,2 +49,2 @@ 'use strict';

exports.default = (0, _reactcss.hover)(GithubSwatch);
exports.default = (0, _reactcss.handleHover)(GithubSwatch);
{
"name": "react-color",
"version": "2.11.1",
"version": "2.11.2",
"description": "A Collection of Color Pickers from Sketch, Photoshop, Chrome & more",

@@ -43,9 +43,9 @@ "main": "lib/index.js",

"material-colors": "^1.2.1",
"reactcss": "^1.1.1",
"reactcss": "^1.2.0",
"tinycolor2": "^1.1.2"
},
"devDependencies": {
"@case/eslint-config": "^0.1.2",
"babel-cli": "^6.8.0",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-jest": "^16.0.0",

@@ -60,7 +60,2 @@ "babel-loader": "^6.2.1",

"css-loader": "^0.24.0",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.3",
"eslint-plugin-react": "^5.1.1",
"event-stream": "^3.3.1",

@@ -67,0 +62,0 @@ "fbjs": "^0.8.6",

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