Socket
Socket
Sign inDemoInstall

typography-theme-wordpress-2012

Package Overview
Dependencies
1
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.14.0 to 0.15.0

9

dist/index.js

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

bodyFontFamily: ['Open Sans', 'sans-serif'],
headerGray: 27,
bodyGray: 27,
bodyColor: 'hsla(0,0%,0%,0.73)',
headerWeight: '700',

@@ -33,5 +32,5 @@ bodyWeight: 400,

overrideStyles: function overrideStyles(_ref, options) {
var adjustFontSizeTo = _ref.adjustFontSizeTo;
var scale = _ref.scale;
var rhythm = _ref.rhythm;
var adjustFontSizeTo = _ref.adjustFontSizeTo,
scale = _ref.scale,
rhythm = _ref.rhythm;
return {

@@ -38,0 +37,0 @@ blockquote: {

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

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

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

bodyFontFamily: ['Open Sans', 'sans-serif'],
headerGray: 27,
bodyGray: 27,
bodyColor: 'hsla(0,0%,0%,0.73)',
headerWeight: '700',

@@ -26,0 +25,0 @@ bodyWeight: 400,

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc