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

brand-colors

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brand-colors - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

2

bower.json
{
"name": "brand-colors",
"version": "0.4.0",
"version": "0.5.0",
"description": "A Collection with brand colors (CSS, LESS, SCSS, Stylus).",

@@ -5,0 +5,0 @@ "authors": [

@@ -264,2 +264,6 @@ /*

},{
/**
* https://www.facebookbrand.com/
* Download "f" logo Online (low res) package. RGB value derived from PSD.
*/
name: 'facebook',

@@ -310,3 +314,7 @@ color: '#3b5998'

},{
name: 'google',
/**
* https://developers.google.com/+/branding-guidelines
* "The color for an unpressed red button is #dd4b39."
*/
name: 'googleplus',
color: '#dd4b39'

@@ -356,2 +364,5 @@ },{

},{
name: 'imgur',
color: '#85bf25'
},{
name: 'instagram',

@@ -381,4 +392,8 @@ color: '#3f729b'

},{
/**
* http://press.linkedin.com/Media-Resources?SubjectID=644
* Download PNG logo. RGB value derived from PNG.
*/
name: 'linkedin',
color: '#0e76a8'
color: '#007bb6'
},{

@@ -430,4 +445,8 @@ name: 'livestream',

},{
/**
* https://business.pinterest.com/en/brand-guidelines
* Download Pinterest logo. RGB value derived from PNG.
*/
name: 'pinterest',
color: '#c8232c'
color: '#cc2127'
},{

@@ -446,2 +465,6 @@ name: 'playstation',

},{
/**
* http://www.quora.com/press
* Download Press Kit. RGB value derived from PNG.
*/
name: 'quora',

@@ -492,2 +515,14 @@ color: '#a82400'

},{
name: 'slack'
color: '#6fcbdc'
},{
name: 'slack-2'
color: '#e9a821'
},{
name: 'slack-3'
color: '#e11664'
},{
name: 'slack-4'
color: '#3fba91'
},{
name: 'smashing-magazine',

@@ -535,2 +570,5 @@ color: '#f0503a'

},{
name: 'swarm',
color: '#fd9627'
}
name: 't-mobile',

@@ -554,4 +592,8 @@ color: '#ea0a8e'

},{
/**
* http://www.tumblr.com/logo
* "We generally prefer that you use our blue (#35465c)"
*/
name: 'tumblr',
color: '#34526f'
color: '#35465c'
},{

@@ -561,2 +603,6 @@ name: 'twitch-tv',

},{
/**
* https://about.twitter.com/press/brand-assets
* see: Colors -> Primary Color
*/
name: 'twitter',

@@ -595,2 +641,5 @@ color: '#55acee'

},{
name: 'wolfram-alpha',
color: '#f68d1e'
},{
name: 'wooga',

@@ -626,4 +675,8 @@ color: '#5b009c'

},{
/**
* https://www.youtube.com/yt/brand/color.html
* see: Flat color specifications
*/
name: 'youtube',
color: '#c4302b'
color: '#cd201f'
},{

@@ -720,3 +773,3 @@ name: 'zalongo',

function find(name) {
brandColors.filter(function(brand){
return brandColors.filter(function(brand){
return brand.name === name;

@@ -723,0 +776,0 @@ });

{
"name": "brand-colors",
"version": "0.4.0",
"version": "0.5.0",
"description": "A collection of branding colors of all the major companies.",

@@ -5,0 +5,0 @@ "homepage": "https://reimertz.github.io/brand-colors",

@@ -134,2 +134,3 @@ #[brand-colors](http://reimertz.github.io/brand-colors/)

* imdb
* imgur
* instagram

@@ -183,2 +184,3 @@ * instapaper

* skype
* slack
* smashing-magazine

@@ -199,2 +201,3 @@ * snagajob

* stumbleupon
* swarm
* t-mobile

@@ -220,2 +223,3 @@ * technorati

* vkontakte
* wolfram-alpha
* wooga

@@ -222,0 +226,0 @@ * wordpress

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