Socket
Socket
Sign inDemoInstall

gatsby-plugin-feed-generator

Package Overview
Dependencies
5
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.3 to 2.0.4

.github/workflows/npmpublish.yml

3

package.json
{
"name": "gatsby-plugin-feed-generator",
"version": "2.0.3",
"version": "2.0.4",
"description": "Generate RSS and JSON feeds for a Gatsby blog",
"scripts": {
"prepublish": "yarn run build",
"build": "babel src --out-dir . ",

@@ -8,0 +7,0 @@ "watch": "babel -w src --out-dir . "

@@ -56,4 +56,4 @@ # gatsby-plugin-feed-generator

generator: `GatsbyJS`,
rss: true, // Set to false to stop rss generation
json: true, // Set to false to stop json feed generation
rss: true, // Set to true to enable rss generation
json: true, // Set to true to enable json feed generation
siteQuery: `

@@ -60,0 +60,0 @@ {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc