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

hexo-steem

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-steem - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

18

index.js

@@ -7,10 +7,12 @@ var steem = require('steem');

var tags = JSON.parse(result[i].json_metadata).tags
hexo.post.create({
title: result[i].title,
_content: result[i].body,
slug: result[i].permlink,
date: result[i].created,
tags: tags,
author: result[i].author
}, true)
if (result[i].author == username || hexo.config.steem_resteems) {
hexo.post.create({
title: result[i].title,
content: result[i].body,
slug: result[i].permlink,
date: result[i].created,
tags: tags,
author: result[i].author
}, true)
}
}

@@ -17,0 +19,0 @@ });

{
"name": "hexo-steem",
"version": "0.0.2",
"version": "0.0.3",
"description": "add your steem articles on your hexo blog",

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

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