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

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.4.0 to 0.4.1

6

index.js

@@ -43,3 +43,3 @@ /**

var findBlogDocs = function(config, metadata, blogcfg) {
var documents = akasha.findMatchingDocuments(config, blogcfg.matchers);
var documents = akasha.findMatchingDocuments(blogcfg.matchers);

@@ -98,3 +98,3 @@ documents.sort(function(a, b) {

var feedRenderTo = blogcfg.rssurl;
akasha.generateRSS(config, blogcfg.rss, {
akasha.generateRSS(blogcfg.rss, {
feed_url: config.root_url + feedRenderTo,

@@ -128,3 +128,3 @@ pubDate: new Date()

var documents;
akasha.readDocumentEntry(config, metadata.documentPath, function(err, docEntry) {
akasha.readDocumentEntry(metadata.documentPath, function(err, docEntry) {
$('blog-next-prev').each(function(i, elem) { elements.push(elem); });

@@ -131,0 +131,0 @@ if (elements.length > 0) {

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

},
"version": "0.4.0",
"version": "0.4.1",
"engines": {

@@ -17,0 +17,0 @@ "node": ">=0.10.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