Socket
Socket
Sign inDemoInstall

hexo-generator-feed

Package Overview
Dependencies
2
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

LICENSE

19

package.json
{
"name": "hexo-generator-feed",
"version": "0.1.0",
"version": "0.1.1",
"description": "Feed generator plugin for Hexo",

@@ -8,5 +8,14 @@ "main": "index",

"type": "git",
"url": "git://github.com/tommy351/hexo-plugins.git"
"url": "https://github.com/hexojs/hexo-generator-feed.git"
},
"keywords": ["hexo", "rss", "feed", "atom"],
"bugs": {
"url": "https://github.com/hexojs/hexo-generator-feed/issues"
},
"keywords": [
"hexo",
"rss",
"feed",
"atom",
"generator"
],
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",

@@ -18,5 +27,5 @@ "license": {

"dependencies": {
"ejs": "0.8.5",
"lodash": "2.4.1"
"ejs": "^0.8.5",
"lodash": "^2.4.1"
}
}

@@ -1,5 +0,11 @@

# Feed generator for [Hexo]
# Feed generator
This plugin can generate Atom 1.0 and RSS 2.0 feed.
Generate Atom 1.0 or RSS 2.0 feed.
## Install
```
$ npm install hexo-generator-feed --save
```
## Options

@@ -6,0 +12,0 @@

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