Socket
Socket
Sign inDemoInstall

hexo-generator-feed

Package Overview
Dependencies
1
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

8

index.js

@@ -10,2 +10,4 @@ var util = hexo.util,

console.log('Generating feed.');
var content = [

@@ -28,3 +30,3 @@ {title: '<![CDATA[' + config.title + ']]>'},

{id: config.url + '/'},
{author:
{author:
{

@@ -61,3 +63,3 @@ name: '<![CDATA[' + config.author + ']]>'

},
{id: config.url + '/' + item.permalink},
{id: item.permalink},
{published: item.date.toDate().toISOString()},

@@ -81,3 +83,3 @@ {updated: item.updated.toDate().toISOString()},

_attrs: {
scheme: config.url + '/' + encodeURIComponent(tag.permalink),
scheme: tag.permalink,
term: tag.name

@@ -84,0 +86,0 @@ }

{
"name": "hexo-generator-feed",
"version": "0.0.4",
"version": "0.0.5",
"description": "Feed generator plugin for Hexo",

@@ -5,0 +5,0 @@ "main": "index",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc