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.4 to 1.0.5

8

get.js

@@ -88,10 +88,12 @@ 'use strict';

http.get(feedUrl, parser).on('error', e => {
console.error(e.message)
console.error(`ERR: ${e.message}`)
})
} else {
} else if (feed.protocol === 'https:') {
https.get(feedUrl, parser).on('error', e => {
console.error(e.message)
console.error(`ERR: ${e.message}`)
})
} else {
console.error(`ERR: cannot handle ${feed.protocol}`)
}
};
{
"name": "get-rss-atom",
"version": "1.0.4",
"version": "1.0.5",
"description": "Reed feed content from URL and return Array with Objects",

@@ -5,0 +5,0 @@ "main": "get.js",

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