Socket
Socket
Sign inDemoInstall

akashacms-blog-podcast

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akashacms-blog-podcast - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

8

index.js

@@ -64,4 +64,4 @@ /**

return co(function* () {
for (var blogkey in config.pluginData(pluginName).bloglist) {
var blogcfg = config.pluginData(pluginName).bloglist[blogkey];
for (var blogcfg of config.pluginData(pluginName).bloglist) {
// var blogcfg = config.pluginData(pluginName).bloglist[blogkey];
// console.log(`blog-podcast blogcfg ${util.inspect(blogcfg)}`);

@@ -168,2 +168,6 @@ var documents = yield findBlogDocs(config, undefined, blogcfg);

if (!blogcfg || !blogcfg.matchers) {
throw new Error(`findBlogDocs no blogcfg for ${util.inspect(metadata.document)}`);
}
var documents = yield akasha.documentSearch(config, {

@@ -170,0 +174,0 @@ // rootPath: docDirPath,

@@ -14,3 +14,3 @@ {

},
"version": "0.6.1",
"version": "0.6.2",
"engines": {

@@ -17,0 +17,0 @@ "node": ">=6.1"

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