Socket
Socket
Sign inDemoInstall

typography-theme-wordpress-2013

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.15.0 to 0.15.10

4

package.json
{
"name": "typography-theme-wordpress-2013",
"description": "A theme for Typography.js inspired by the typography of the Wordpress 2013 default theme",
"version": "0.15.0",
"version": "0.15.10",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"typography-breakpoint-constants": "^0.14.0"
"typography-breakpoint-constants": "^0.15.10"
},

@@ -9,0 +9,0 @@ "keywords": [

@@ -12,14 +12,7 @@ // @flow

name: 'Bitter',
styles: [
'700',
],
styles: ['700'],
},
{
name: 'Source Sans Pro',
styles: [
'300i',
'400',
'400i',
'700',
],
styles: ['300i', '400', '400i', '700'],
},

@@ -35,7 +28,7 @@ ],

h1: {
...scale(8/5),
...scale(8 / 5),
},
[TABLET_MEDIA_QUERY]: {
h1: {
...scale(5/5),
...scale(5 / 5),
},

@@ -60,3 +53,3 @@ },

blockquote: {
...scale(1/5),
...scale(1 / 5),
fontWeight: 300,

@@ -77,3 +70,3 @@ fontStyle: 'italic',

table: {
...scale(-1/5),
...scale(-1 / 5),
},

@@ -85,3 +78,3 @@ th: {

dl: {
marginLeft: rhythm(3/4),
marginLeft: rhythm(3 / 4),
},

@@ -88,0 +81,0 @@ }),

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