Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hexo-migrator-rss

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-migrator-rss - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

5

index.js

@@ -44,8 +44,5 @@ var extend = hexo.extend,

var content = [
'---',
'layout: post',
'title: ' + item.title,
'date: ' + moment(item.pubdate).format('YYYY-MM-DD HH:mm:ss'),
'comments: true',
'tags: ' + (tags ? tags : '')
'tags: ' + (tags ? tags : ''),
'---',

@@ -52,0 +49,0 @@ ];

2

package.json
{
"name": "hexo-migrator-rss",
"version": "0.0.4",
"version": "0.0.5",
"description": "RSS migrator plugin for Hexo",

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

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