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

coloreact

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coloreact - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

build/bundle.js

4

examples/SingleExample.js

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

<div className="example">
<h3>Simple Example</h3>
<h3>Single ColorPicker</h3>

@@ -21,3 +21,3 @@ <ColorPicker

</SyntaxHighlighter>
<a className="example__codeLink" href="https://github.com/elrumordelaluz/coloreact/blob/master/examples/SingleExample.js">Example Full code</a>
</div>

@@ -24,0 +24,0 @@ );

@@ -35,3 +35,3 @@ import React, { Component } from 'react';

<div className="example">
<h3>Swatches Example</h3>
<h3>ColorPicker with Swatches</h3>
<ul className="swatches">

@@ -62,2 +62,3 @@ {

</SyntaxHighlighter>
<a className="example__codeLink" href="https://github.com/elrumordelaluz/coloreact/blob/master/examples/SwatchesExample.js">Example Full code</a>
</div>

@@ -64,0 +65,0 @@ );

{
"name": "coloreact",
"version": "0.1.5",
"version": "0.1.6",
"description": "A tiny Color Picker for React",
"main": "lib/index.js",
"scripts": {
"prepublish": "npm run lib",
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --port 3040",
"build": "NODE_ENV=production babel -d lib/ src/"
"lib": "NODE_ENV=production babel -d lib/ src/",
"build": "webpack --progress --colors",
"deploy": "npm run build && git add build && git commit -m 'Update Demo Page' && git subtree push --prefix build origin gh-pages"
},

@@ -10,0 +13,0 @@ "keywords": [

# ColoReact
A tiny **Color Picker** for **React**
A tiny **Color Picker** for **React** [ [Demo](https://elrumordelaluz.github.io/coloreact/) ]

@@ -60,4 +60,7 @@

### [Examples](https://github.com/elrumordelaluz/coloreact/tree/master/examples)
### Examples
[Live examples](https://elrumordelaluz.github.io/coloreact/) |
[Code](https://github.com/elrumordelaluz/coloreact/tree/master/examples)
```

@@ -64,0 +67,0 @@ $ npm start

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