Socket
Socket
Sign inDemoInstall

gatsby-plugin-theme-ui

Package Overview
Dependencies
Maintainers
1
Versions
460
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-theme-ui - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

9

gatsby-node.js

@@ -22,7 +22,6 @@ const fs = require('fs')

}
if (hasThemePlugin) {
const filepath = path.join(theme.themeDir, 'src', 'theme.js')
if (hasModule(theme.themeDir)) {
themeModules.push(filepath)
}
if (hasThemePlugin && hasModule(theme.themeDir)) {
themeModules.push(
path.join(theme.themeDir, 'src', 'theme')
)
}

@@ -29,0 +28,0 @@ })

{
"name": "gatsby-plugin-theme-ui",
"version": "0.1.1",
"version": "0.1.2",
"main": "index.js",

@@ -11,3 +11,3 @@ "author": "Brent Jackson <jxnblk@gmail.com>",

},
"gitHead": "a91745d12a7254285e7b08b88d8467d5d992b97b"
"gitHead": "66d74b29a3e3ae617ca1be3ff286a08edf4490fe"
}
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