feedparser
Advanced tools
Comparing version 0.9.14 to 0.9.15
@@ -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') { |
{ "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" |
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
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
105318
13
1150