feedparser
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -37,3 +37,3 @@ /** | ||
while (post = this.read()) { | ||
console.log(post); | ||
console.log(JSON.stringify(post, ' ', 4)); | ||
} | ||
@@ -40,0 +40,0 @@ }); |
1.1.4 / 2015-10-24 | ||
================== | ||
* Display nested objects. | ||
1.1.3 / 2015-06-12 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -5,3 +5,3 @@ { | ||
"description": "Robust RSS Atom and RDF feed parsing using sax js", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "rss", |
Sorry, the diff of this file is not supported yet
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
7
440992
37
1737