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

typography-theme-wordpress-2016

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typography-theme-wordpress-2016 - npm Package Compare versions

Comparing version 0.14.0 to 0.15.0

11

dist/index.js

@@ -33,4 +33,3 @@ 'use strict';

bodyFontFamily: ['Merriweather', 'Georgia', 'serif'],
headerGray: 10,
bodyGray: 10,
bodyColor: 'hsla(0,0%,0%,0.9)',
headerWeight: 900,

@@ -42,5 +41,5 @@ bodyWeight: 400,

var adjustFontSizeTo = _ref.adjustFontSizeTo;
var scale = _ref.scale;
var rhythm = _ref.rhythm;
var adjustFontSizeTo = _ref.adjustFontSizeTo,
scale = _ref.scale,
rhythm = _ref.rhythm;
return _ref2 = {

@@ -61,3 +60,3 @@ h1: {

'blockquote cite': _extends({}, adjustFontSizeTo(options.baseFontSize), {
color: (0, _grayPercentage2.default)(options.bodyGray),
color: options.bodyColor,
fontWeight: options.bodyWeight

@@ -64,0 +63,0 @@ }),

{
"name": "typography-theme-wordpress-2016",
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2016 default theme",
"version": "0.14.0",
"version": "0.15.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

@@ -6,0 +6,0 @@ "dependencies": {

@@ -32,4 +32,3 @@ // @flow

bodyFontFamily: ['Merriweather', 'Georgia', 'serif'],
headerGray: 10,
bodyGray: 10,
bodyColor: 'hsla(0,0%,0%,0.9)',
headerWeight: 900,

@@ -55,3 +54,3 @@ bodyWeight: 400,

...adjustFontSizeTo(options.baseFontSize),
color: gray(options.bodyGray),
color: options.bodyColor,
fontWeight: options.bodyWeight,

@@ -58,0 +57,0 @@ },

Sorry, the diff of this file is not supported yet

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