get-rss-atom
Advanced tools
Comparing version 1.0.5 to 1.0.6-a
@@ -53,3 +53,3 @@ 'use strict'; | ||
if (l === '') l = '[Failed]'; | ||
arr.push({title: t, description: c, href: l}); | ||
arr.push({title: t, content: c, href: l}); | ||
content = content.replace(s, '') | ||
@@ -56,0 +56,0 @@ } |
{ | ||
"name": "get-rss-atom", | ||
"version": "1.0.5", | ||
"version": "1.0.6a", | ||
"description": "Reed feed content from URL and return Array with Objects", | ||
@@ -5,0 +5,0 @@ "main": "get.js", |
@@ -11,3 +11,3 @@ Simple RSS/ATOM feed parser. | ||
title: String, | ||
description: String, | ||
content: String, | ||
href: String | ||
@@ -38,3 +38,3 @@ }, | ||
if (process.argv.length > 1) { | ||
if (process.argv.length > 2) { | ||
feedUrl = process.argv[2] | ||
@@ -50,3 +50,3 @@ } else { | ||
count++; | ||
console.log(`\n--${count}-- ${item.title}\n${item.description}\n${item.href}\n`) | ||
console.log(`\n--${count}-- ${item.title}\n${item.content}\n${item.href}\n`) | ||
} | ||
@@ -53,0 +53,0 @@ )}); |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4619
3
3