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

feedparser

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feedparser - npm Package Compare versions

Comparing version 0.9.14 to 0.9.15

test/parseUrl404.js

6

main.js

@@ -769,3 +769,7 @@ /**********************************************************************

var parser = scope;
parser.emit('error', e);
// Only emit the error event if we are not using CPS or
// if we have a listener on 'error' even if we are using CPS
if (!parser.callback || parser.listeners('error').length) {
parser.emit('error', e);
}
parser.errors.push(e);

@@ -772,0 +776,0 @@ if (typeof next === 'function') {

2

package.json
{ "name" : "feedparser"
, "author" : "Dan MacTough <danmactough@gmail.com>"
, "description" : "Robust RSS Atom and RDF feed parsing using sax js"
, "version": "0.9.14"
, "version": "0.9.15"
, "keywords" : ["rss", "feed", "atom", "rdf", "xml", "syndication"]

@@ -6,0 +6,0 @@ , "homepage" : "http://github.com/danmactough/node-feedparser"

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