get-rss-atom
Advanced tools
Comparing version 1.0.2-b to 1.0.2-c
{ | ||
"name": "get-rss-atom", | ||
"version": "1.0.2b", | ||
"version": "1.0.2c", | ||
"description": "Reed feed content from URL and return Array with Objects", | ||
@@ -5,0 +5,0 @@ "main": "get.js", |
Simple RSS/ATOM feed parser. | ||
Install: | ||
`getRssAtom(url)` returns a callback with an object array. | ||
### Install | ||
``` | ||
@@ -10,3 +12,3 @@ npm init | ||
Usage: | ||
### Usage | ||
@@ -28,7 +30,9 @@ For example, create `test.js` | ||
count++; | ||
console.log(`\n--${count}-- ${item.title}\n${item.description}\n${item.href}\n`) | ||
console.log( | ||
`\n--${count}-- ${item.title}\n${item.description}\n${item.href}\n` | ||
) | ||
})); | ||
``` | ||
Run: | ||
### Run | ||
@@ -35,0 +39,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
4193
40