Socket
Socket
Sign inDemoInstall

node-red-node-feedparser

Package Overview
Dependencies
62
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.1.0

locales/en-US/32-feedparse.json

6

32-feedparse.js
/**
* Copyright 2013,2014 IBM Corp.
* Copyright 2013, 2015 IBM Corp.
*

@@ -41,3 +41,3 @@ * Licensed under the Apache License, Version 2.0 (the "License");

req.on('response', function(res) {
if (res.statusCode != 200) { node.warn('error - Bad status code'); }
if (res.statusCode != 200) { node.warn(RED._("feedparse.errors.badstatuscode")); }
else { res.pipe(feedparser); }

@@ -69,3 +69,3 @@ });

} else {
this.error("Invalid url");
this.error(RED._("feedparse.errors.invalidurl"));
}

@@ -72,0 +72,0 @@

{
"name" : "node-red-node-feedparser",
"version" : "0.0.3",
"version" : "0.1.0",
"description" : "A Node-RED node to get RSS Atom feeds.",

@@ -5,0 +5,0 @@ "dependencies" : {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc