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
2
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.8.0-alpha.22c8a6f1 to 1.8.0-alpha.3f307d61

.cache/typography.js

5

gatsby-node.js

@@ -5,8 +5,7 @@ "use strict";

var path = require("path");
var os = require("os"
var os = require("os");
// Write out a typography module to .cache.
// TODO add a new API hook e.g onPreBootstrap
);exports.sourceNodes = function (_ref, pluginOptions) {
exports.onPreBootstrap = function (_ref, pluginOptions) {
var store = _ref.store;

@@ -13,0 +12,0 @@

12

package.json
{
"name": "gatsby-plugin-typography",
"version": "1.8.0-alpha.22c8a6f1",
"version": "1.8.0-alpha.3f307d61",
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS",
"main": "index.js",
"dependencies": {
"babel-runtime": "6.26.0",
"babel-runtime": "^6.26.0",
"react-typography": "^0.16.1",

@@ -13,3 +13,4 @@ "typography": "^0.16.0"

"build": "babel src --out-dir . --ignore __tests__",
"watch": "babel -w src --out-dir . --ignore __tests__"
"watch": "babel -w src --out-dir . --ignore __tests__",
"prepublish": "cross-env NODE_ENV=production npm run build"
},

@@ -23,3 +24,6 @@ "keywords": [

"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"cross-env": "^5.0.5"
}
}
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