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.b27e5672 to 1.4.0-alpha.b9d0e445

21

CHANGELOG.md

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

<a name="1.4.0-alpha.b27e5672"></a>
# [1.4.0-alpha.b27e5672](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.3.0...@crave/farmblocks-theme@1.4.0-alpha.b27e5672) (2017-11-10)
<a name="1.4.0-alpha.b9d0e445"></a>
# [1.4.0-alpha.b9d0e445](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.3.1...@crave/farmblocks-theme@1.4.0-alpha.b9d0e445) (2017-11-14)

@@ -13,2 +13,19 @@

* **theme:** fix colors export ([4f657be](https://github.com/CraveFood/farmblocks/commit/4f657be))
### Features
* **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))
<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))

@@ -15,0 +32,0 @@

5

lib/colors.js
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
module.exports = {
CARBON: "#2f313a",

@@ -8,0 +5,0 @@ OYSTER: "#59636f",

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
HUGE: "24px",
X_LARGE: "20px",
LARGE: "18px",
MEDIUM: "16px",
SMALL: "14px"
module.exports = {
HUGE: 24,
X_LARGE: 20,
LARGE: 18,
MEDIUM: 16,
SMALL: 14
};
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _colors = require("./colors");
exports.default = {
module.exports = {
NORMAL: _colors.CARBON,
NEUTRAL: _colors.OYSTER,
POSITIVE: _colors.LETTUCE,
NEGATIVE: _colors.STRAWBERRY,
FOCUSED: _colors.INDIGO_MILK_CAP,
FEATURED: _colors.INDIGO_MILK_CAP,
SUBTLE: _colors.GREY_32,
WHITE: "white"
};
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
module.exports = {
SEMIBOLD: "600",
LIGHT: "300"
};
{
"name": "@crave/farmblocks-theme",
"version": "1.4.0-alpha.b27e5672",
"version": "1.4.0-alpha.b9d0e445",
"description": "Farmblocks theme",

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

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