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.1 to 2.0.2

2

package.json
{
"name": "gatsby-plugin-feed-generator",
"version": "2.0.1",
"version": "2.0.2",
"description": "Generate RSS and JSON feeds for a Gatsby blog",

@@ -5,0 +5,0 @@ "scripts": {

@@ -50,4 +50,4 @@ 'use strict';

feedLinks: {
json: (0, _urlJoin2.default)(siteUrl, name).replace(/\/+$/, '') + '.json',
rss: (0, _urlJoin2.default)(siteUrl, name).replace(/\/+$/, '') + '.xml'
json: (0, _urlJoin2.default)(siteUrl, name).replace(/\/+$/, ''),
rss: (0, _urlJoin2.default)(siteUrl, name).replace(/\/+$/, '')
},

@@ -54,0 +54,0 @@ author: {

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