Huge News!Announcing our $40M Series B led by Abstract Ventures.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.7.3 to 1.7.4

6

gatsby-node.js
"use strict";
var fs = require("fs");
var path = require("path"
var path = require("path");
var os = require("os"

@@ -17,2 +18,5 @@ // Write out a typography module to .cache.

module = "module.exports = require(\"" + path.join(program.directory, pluginOptions.pathToConfigModule) + "\")";
if (os.platform() == "win32") {
module = module.split("\\").join("\\\\");
}
} else {

@@ -19,0 +23,0 @@ module = "const Typography = require(\"typography\")\nconst typography = new Typography()\nmodule.exports = typography";

2

package.json
{
"name": "gatsby-plugin-typography",
"version": "1.7.3",
"version": "1.7.4",
"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