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.3 to 0.0.4

2

index.js

@@ -11,3 +11,3 @@ var extend = hexo.extend,

extend.migrator.register('rss', function(args){
var source = args.shift(),
var source = args._.shift(),
target = hexo.source_dir + '_posts/';

@@ -14,0 +14,0 @@

{
"name": "hexo-migrator-rss",
"version": "0.0.3",
"version": "0.0.4",
"description": "RSS migrator plugin for Hexo",

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

@@ -7,42 +7,8 @@ # RSS migrator plugin for [Hexo]

### Install
Execute the following command after installed. `source` is the file path or URL of RSS.
```
npm install hexo-migrator-rss --save
hexo migrate rss <source>
```
### Enable
Add `hexo-migrator-rss` to `plugins` in `_config.yml`.
``` yaml
plugins:
- hexo-migrator-rss
```
### Disable
Remove `hexo-migrator-rss` from `plugins` in `_config.yml`.
``` yaml
plugins:
- hexo-migrator-rss
```
### Update
Execute the following command.
```
npm update
```
### Uninstall
Execute the following command. Don't forget to disable the plugin before uninstalling.
```
npm uninstall hexo-migrator-rss
```
[Hexo]: http://zespia.tw/hexo
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