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

typography

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typography - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

12

dist/index.js

@@ -71,10 +71,6 @@ // Generated by CoffeeScript 1.9.3

options: options,
GoogleFont: function() {
return require('./components/GoogleFont')(options);
},
TypographyStyle: function() {
return require('./components/TypographyStyle')(function() {
return createStylesString(options);
});
},
GoogleFont: require('./components/GoogleFont')(options),
TypographyStyle: require('./components/TypographyStyle')(function() {
return createStylesString(options);
}),
rhythm: vr.rhythm,

@@ -81,0 +77,0 @@ createStyles: function() {

{
"name": "typography",
"description": "Opinionated toolkit for building websites with beautiful typography",
"version": "0.5.2",
"version": "0.5.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

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

Sorry, the diff of this file is not supported yet

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