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.76b32701

12

package.json
{
"name": "gatsby-plugin-typography",
"version": "1.8.0-alpha.22c8a6f1",
"version": "1.8.0-alpha.76b32701",
"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