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

gatsby-plugin-typography

Package Overview
Dependencies
Maintainers
1
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-typography - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

8

gatsby-node.js

@@ -21,3 +21,9 @@ "use strict";

fs.writeFileSync(__dirname + "/.cache/typography.js", module);
var dir = __dirname + "/.cache";
if (!fs.existsSync(dir)) {
fs.mkdirSync(dir);
}
fs.writeFileSync(dir + "/typography.js", module);
};

2

package.json
{
"name": "gatsby-plugin-typography",
"version": "1.6.0",
"version": "1.6.1",
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS",

@@ -5,0 +5,0 @@ "main": "index.js",

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