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

cf-style-const

Package Overview
Dependencies
Maintainers
23
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-style-const - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

dist/index.d.ts

16

CHANGELOG.md

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

<a name="3.0.5"></a>
## [3.0.5](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.4...cf-style-const@3.0.5) (2018-03-28)
**Note:** Version bump only for package cf-style-const
<a name="3.0.4"></a>

@@ -15,3 +23,3 @@ ## [3.0.4](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.2...cf-style-const@3.0.4) (2018-03-28)

<a name="3.0.2"></a>
<a name="3.0.2"></a>
## [3.0.2](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.1...cf-style-const@3.0.2) (2018-02-23)

@@ -27,3 +35,3 @@

<a name="3.0.1"></a>
<a name="3.0.1"></a>
## [3.0.1](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@3.0.0...cf-style-const@3.0.1) (2017-11-20)

@@ -39,3 +47,3 @@

<a name="3.0.0"></a>
<a name="3.0.0"></a>
# [3.0.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@2.9.0...cf-style-const@3.0.0) (2017-11-13)

@@ -59,3 +67,3 @@

<a name="2.9.0"></a>
<a name="2.9.0"></a>
# [2.9.0](http://stash.cfops.it:7999/www/cf-ux/compare/cf-style-const@2.8.2...cf-style-const@2.9.0) (2017-10-24)

@@ -62,0 +70,0 @@

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

var _color;
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
import { lighten, darken } from 'polished';

@@ -43,3 +39,3 @@

},
color: (_color = {
color: {
//Style guide colors

@@ -83,4 +79,7 @@ grass: '#9BCA3E',

sunrise: '#F69259',
lightning: '#FFDB6F'
}, _defineProperty(_color, 'night', '#404041'), _defineProperty(_color, 'dusk', '#4D4D4F'), _defineProperty(_color, 'storm', '#808285'), _defineProperty(_color, 'hail', '#BCBEC0'), _defineProperty(_color, 'moonshine', '#F7F7F7'), _defineProperty(_color, 'white', '#fff'), _defineProperty(_color, 'black', '#000'), _color),
lightning: '#FFDB6F',
white: '#fff',
black: '#000'
},
fontSize: '15px',

@@ -87,0 +86,0 @@ boxShadow: '0 0 20px 0 rgba(136,136,136,0.50)',

@@ -85,7 +85,2 @@ 'use strict';

lightning: '#FFDB6F',
night: '#404041',
dusk: '#4D4D4F',
storm: '#808285',
hail: '#BCBEC0',
moonshine: '#F7F7F7',

@@ -92,0 +87,0 @@ white: '#fff',

{
"name": "cf-style-const",
"description": "Cloudflare Style Constants",
"version": "3.0.4",
"version": "3.0.5",
"main": "lib/index.js",

@@ -15,3 +15,11 @@ "module": "es/index.js",

"polished": "^1.8.1"
},
"devDependencies": {
"typescript": "^2.7.2"
},
"scripts": {
"prepublishOnly": "npm run build:as-ts && npm run build:defs",
"build:as-ts": "mkdir -p dist/ && for f in src/*.js; do cp \"$f\" \"dist/$(basename \"$f\" .js).ts\"; done",
"build:defs": "tsc --declaration ./dist/index.ts --lib esnext"
}
}

@@ -79,7 +79,2 @@ import { lighten, darken } from 'polished';

lightning: '#FFDB6F',
night: '#404041',
dusk: '#4D4D4F',
storm: '#808285',
hail: '#BCBEC0',
moonshine: '#F7F7F7',

@@ -86,0 +81,0 @@ white: '#fff',

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