New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typography-theme-stow-lake

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typography-theme-stow-lake - npm Package Compare versions

Comparing version 0.11.7 to 0.11.9

10

dist/index.js

@@ -24,6 +24,6 @@ 'use strict';

name: 'Neuton',
styles: ['400']
styles: ['700']
}, {
name: 'Lato',
styles: ['300', '300i', '600']
styles: ['400', '400i', '700']
}],

@@ -34,5 +34,5 @@ headerFontFamily: ['Neuton', 'sans-serif'],

bodyGray: 20,
headerWeight: 400,
bodyWeight: 300,
boldWeight: 600,
headerWeight: 700,
bodyWeight: 400,
boldWeight: 700,
overrideStyles: function overrideStyles(_ref, options) {

@@ -39,0 +39,0 @@ var adjustFontSizeTo = _ref.adjustFontSizeTo;

{
"name": "typography-theme-stow-lake",
"description": "A theme for Typography.js",
"version": "0.11.7",
"version": "0.11.9",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

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

@@ -13,3 +13,3 @@ // @flow

styles: [
'400',
'700',
],

@@ -20,5 +20,5 @@ },

styles: [
'300',
'300i',
'600',
'400',
'400i',
'700',
],

@@ -31,5 +31,5 @@ },

bodyGray: 20,
headerWeight: 400,
bodyWeight: 300,
boldWeight: 600,
headerWeight: 700,
bodyWeight: 400,
boldWeight: 700,
overrideStyles: ({ adjustFontSizeTo, rhythm }, options) => ({

@@ -36,0 +36,0 @@ a: {

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