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

cartocolor

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cartocolor - npm Package Compare versions

Comparing version 4.0.0 to 4.0.2

4

cartocolor.js

@@ -665,2 +665,6 @@ !function() {

"PurpOr": {
"2": [
"#f9ddda",
"#573b88"
],
"3": [

@@ -667,0 +671,0 @@ "#f9ddda",

# Changelog
## Version 4.0.2
Released 2020-01-17
- Fix PurpOr adding 2 colors option.
## Version 4.0.0

@@ -15,3 +20,3 @@ Released 2016-12-12

Released 2016-07-21
- Reversing quantitative ramps.

@@ -18,0 +23,0 @@

6

package.json
{
"name": "cartocolor",
"version": "4.0.0",
"version": "4.0.2",
"description": "A module of CartoColors for browserify",

@@ -14,3 +14,3 @@ "keywords": [

],
"homepage": "http://cartodb.com/",
"homepage": "http://carto.com/",
"repository": {

@@ -22,3 +22,3 @@ "type": "git",

"url": "https://github.com/cartodb/cartocolor/issues",
"email": "makella@cartodb.com"
"email": "support@carto.com"
},

@@ -25,0 +25,0 @@ "style": "cartocolor.css",

@@ -1,10 +0,23 @@

# CartoColor
CartoColors as a node module
# CARTOColors
CARTOColors are a set of custom color palettes built on top of well-known standards for color use on maps, with next generation enhancements for the web and CARTO basemaps. Choose from a selection of sequential, diverging, or qualitative schemes for your next CARTO powered visualization.
For a detailed overview of the palettes names for use in your maps,
see [this wiki page](https://github.com/CartoDB/CartoColor/wiki/CARTOColor-Scheme-Names)
This repo provides resources to use CARTOColors as a node module inspired by https://github.com/saikocat/colorbrewer.
## Resources
+ [Color by Data: Introducing CARTOColors](https://carto.com/blog/introducing-cartocolors/)
+ [CARTOColors landing page](https://carto.com/carto-colors)
+ [CARTOColor Scheme Names](https://github.com/CartoDB/CartoColor/wiki/CARTOColor-Scheme-Names)
Credits
## Availability in other languages
+ Python: [Palletable](https://jiffyclub.github.io/palettable/)
+ R: [rcartocolor](https://github.com/Nowosad/rcartocolor)
inspired by https://github.com/saikocat/colorbrewer
## Licensing
CARTOColors are made available under a [Creative Commons Attribution](https://creativecommons.org/licenses/by/3.0/us/) license.
## Credits/Additional Information
+ CARTOColors as a node module inspired by https://github.com/saikocat/colorbrewer
+ In the file `cartocolor.js`, you will find CARTOColor schemes tagged as `sequential`, `diverging`, and `qualititative` and their unique [scheme name](https://github.com/CartoDB/CartoColor/wiki/CARTOColor-Scheme-Names).
+ In addition to CARTOColors, `cartocolor.js` includes [ColorBrewer](colorbrewer.org) schemes that are available for use in [CARTO Builder](carto.com/builder). You can find those definitions [here](https://github.com/CartoDB/CartoColor/blob/master/cartocolor.js#L1836-L1849).
+ CARTOColors includes a color-blind friendly qualitative scheme named [Safe](https://github.com/CartoDB/CartoColor/blob/master/cartocolor.js#L1633-L1733) we included this scheme based on the research and recommendations of [Paul Tol](https://personal.sron.nl/~pault/data/colourschemes.pdf).
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