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

@keen.io/colors

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keen.io/colors - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.1.2](https://github.com/keen/keen/compare/@keen.io/colors@0.1.1...@keen.io/colors@0.1.2) (2020-04-27)
**Note:** Version bump only for package @keen.io/colors
## [0.1.1](https://github.com/keen/keen/compare/@keen.io/colors@0.1.0...@keen.io/colors@0.1.1) (2020-04-15)

@@ -8,0 +16,0 @@

4

package.json
{
"name": "@keen.io/colors",
"version": "0.1.1",
"version": "0.1.2",
"description": "Keen colors",

@@ -31,3 +31,3 @@ "author": "Keen.IO <team@keen.io> (https://keen.io/)",

},
"gitHead": "327f7da3ad179f508b7b34e0c2fee179f5a07ed1"
"gitHead": "26e2f92603585da19b08e1348e6579ad85cdcd55"
}

@@ -1,3 +0,21 @@

# `@keen.io/charts`
# `@keen.io/colors`
Basic color palette for keen.io projects.
[![Known Vulnerabilities](https://snyk.io/test/github/keen/keen/badge.svg?targetFile=packages/colors/package.json)](https://snyk.io/test/github/keen/keen?targetFile=packages/colors/package.json)
Basic color palette used in `keen.io` projects.
## Installing
For Front-End applications use standard `npm` or [yarn](https://yarnpkg.com/lang/en/) package manager.
```sh
yarn install @keen.io/colors
```
## Examples
```js
import { colors } from '@keen.io/colors';
const blue = colors.blue['500'];
```
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