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

@crave/farmblocks-theme

Package Overview
Dependencies
Maintainers
3
Versions
1116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crave/farmblocks-theme - npm Package Compare versions

Comparing version 1.4.0-alpha.127cbcdd to 1.4.0-alpha.1cb43676

20

CHANGELOG.md

@@ -6,4 +6,4 @@ # Change Log

<a name="1.4.0-alpha.127cbcdd"></a>
# [1.4.0-alpha.127cbcdd](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.3.0...@crave/farmblocks-theme@1.4.0-alpha.127cbcdd) (2017-11-10)
<a name="1.4.0-alpha.1cb43676"></a>
# [1.4.0-alpha.1cb43676](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.3.1...@crave/farmblocks-theme@1.4.0-alpha.1cb43676) (2017-11-13)

@@ -13,3 +13,3 @@

* **theme:** fix colors export ([127cbcd](https://github.com/CraveFood/farmblocks/commit/127cbcd))
* **theme:** fix colors export ([4f657be](https://github.com/CraveFood/farmblocks/commit/4f657be))

@@ -19,3 +19,4 @@

* **theme:** export keys and values of font related contants on theme package ([ed69769](https://github.com/CraveFood/farmblocks/commit/ed69769))
* **theme:** add NEUTRAL style to fontTypes theme ([d992cf6](https://github.com/CraveFood/farmblocks/commit/d992cf6))
* **theme:** export keys and values of font related contants on theme package ([fc60445](https://github.com/CraveFood/farmblocks/commit/fc60445))

@@ -25,2 +26,13 @@

<a name="1.3.1"></a>
## [1.3.1](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.3.0...@crave/farmblocks-theme@1.3.1) (2017-11-13)
### Bug Fixes
* **docs:** update theme readme ([b27e567](https://github.com/CraveFood/farmblocks/commit/b27e567))
<a name="1.3.0"></a>

@@ -27,0 +39,0 @@ # [1.3.0](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.2.0...@crave/farmblocks-theme@1.3.0) (2017-11-09)

@@ -15,5 +15,6 @@ "use strict";

NORMAL: "NORMAL",
NEUTRAL: "NEUTRAL",
POSITIVE: "POSITIVE",
NEGATIVE: "NEGATIVE",
FOCUSED: "FOCUSED",
FEATURED: "FEATURED",
SUBTLE: "SUBTLE",

@@ -23,3 +24,3 @@ WHITE: "WHITE"

var values = (_values = {}, _defineProperty(_values, keys.NORMAL, _colors.CARBON), _defineProperty(_values, keys.POSITIVE, _colors.LETTUCE), _defineProperty(_values, keys.NEGATIVE, _colors.STRAWBERRY), _defineProperty(_values, keys.FOCUSED, _colors.INDIGO_MILK_CAP), _defineProperty(_values, keys.SUBTLE, _colors.GREY_32), _defineProperty(_values, keys.WHITE, "white"), _values);
var values = (_values = {}, _defineProperty(_values, keys.NORMAL, _colors.CARBON), _defineProperty(_values, keys.NEUTRAL, _colors.OYSTER), _defineProperty(_values, keys.POSITIVE, _colors.LETTUCE), _defineProperty(_values, keys.NEGATIVE, _colors.STRAWBERRY), _defineProperty(_values, keys.FEATURED, _colors.INDIGO_MILK_CAP), _defineProperty(_values, keys.SUBTLE, _colors.GREY_32), _defineProperty(_values, keys.WHITE, "white"), _values);

@@ -26,0 +27,0 @@ exports.default = {

2

package.json
{
"name": "@crave/farmblocks-theme",
"version": "1.4.0-alpha.127cbcdd",
"version": "1.4.0-alpha.1cb43676",
"description": "Farmblocks theme",

@@ -5,0 +5,0 @@ "author": "Crave Food Services and AUTHORS",

@@ -19,3 +19,6 @@ ![logo-farmblocks](https://user-images.githubusercontent.com/7760/31051341-4d280118-a63c-11e7-9e8f-3b375ca8f9a0.png)

See it in the source
- [colors](https://github.com/CraveFood/farmblocks/blob/master/packages/constants/src/colors.js)
- [colors](https://github.com/CraveFood/farmblocks/blob/master/packages/theme/src/colors.js)
- [fontSizes](https://github.com/CraveFood/farmblocks/blob/master/packages/theme/src/fontSizes.js)
- [fontTypes](https://github.com/CraveFood/farmblocks/blob/master/packages/theme/src/fontTypes.js)
- [fontWeights](https://github.com/CraveFood/farmblocks/blob/master/packages/theme/src/fontWeights.js)

@@ -22,0 +25,0 @@ ## License

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