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.3.0-alpha.e40629fc to 1.3.0

lib/fontSizes.js

9

CHANGELOG.md

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

<a name="1.3.0-alpha.e40629fc"></a>
# [1.3.0-alpha.e40629fc](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.2.0...@crave/farmblocks-theme@1.3.0-alpha.e40629fc) (2017-11-09)
<a name="1.3.0"></a>
# [1.3.0](https://github.com/CraveFood/farmblocks/compare/@crave/farmblocks-theme@1.2.0...@crave/farmblocks-theme@1.3.0) (2017-11-09)
### Features
* **theme:** add typography constants ([9d20999](https://github.com/CraveFood/farmblocks/commit/9d20999))
**Note:** Version bump only for package @crave/farmblocks-theme
<a name="1.2.0"></a>

@@ -16,0 +19,0 @@ # 1.2.0 (2017-11-09)

@@ -16,2 +16,29 @@ "use strict";

var _fontSizes = require("./fontSizes");
Object.defineProperty(exports, "fontSizes", {
enumerable: true,
get: function get() {
return _interopRequireDefault(_fontSizes).default;
}
});
var _fontTypes = require("./fontTypes");
Object.defineProperty(exports, "fontTypes", {
enumerable: true,
get: function get() {
return _interopRequireDefault(_fontTypes).default;
}
});
var _fontWeights = require("./fontWeights");
Object.defineProperty(exports, "fontWeights", {
enumerable: true,
get: function get() {
return _interopRequireDefault(_fontWeights).default;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
{
"name": "@crave/farmblocks-theme",
"version": "1.3.0-alpha.e40629fc",
"version": "1.3.0",
"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