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

get-rss-atom

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-rss-atom - npm Package Compare versions

Comparing version 1.0.2-b to 1.0.2-c

2

package.json
{
"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 @@ ```

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