Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.3.2 to 1.3.3

lib/components/sketch/Sketch.js

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.3.3 (January 19, 2016)
- Clean `lib` Dir Before Compiling `lib` for Dist
## 1.3.2 (January 18, 2016)

@@ -2,0 +6,0 @@

@@ -5,4 +5,10 @@ import gulp from 'gulp';

import mapStyles from 'react-map-styles';
import rimraf from 'rimraf';
import gutil from 'gulp-util';
gulp.task('lib:dist', () => {
gulp.task('clean:dist', () => {
return rimraf.sync('./lib', {}, gutil.log);
});
gulp.task('lib:dist', ['clean:dist'], () => {
return gulp.src('./src/**/*')

@@ -9,0 +15,0 @@ .pipe(modify({

5

package.json
{
"name": "react-color",
"version": "1.3.2",
"version": "1.3.3",
"description": "A Collection of Color Pickers from Sketch, Photoshop, Chrome & more",

@@ -55,3 +55,3 @@ "main": "lib/index.js",

"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-babel": "^6.1.1",
"gulp-mocha": "^2.1.3",

@@ -71,2 +71,3 @@ "gulp-modify": "^0.1.1",

"require-dir": "^0.3.0",
"rimraf": "^2.5.0",
"style-loader": "^0.12.3",

@@ -73,0 +74,0 @@ "testdom": "^2.0.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