Socket
Socket
Sign inDemoInstall

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.16.1 to 0.16.2

3

examples/simple.js

@@ -12,2 +12,5 @@ /*!

fs.createReadStream(feed)
.on('error', function (error) {
console.error(error);
})
.pipe(new FeedParser())

@@ -14,0 +17,0 @@ .on('error', function (error) {

v0.16.2 / 2013-10-08
==================
* Bump dependencies
* Merge pull request #75 from jcrugzz/request-depend
* [fix] remove unneeded dependency `request`
* Update README.md
* Update example code
v0.16.1 / 2013-06-13

@@ -33,2 +42,24 @@ ==================

v0.15.8 / 2013-10-08
==================
* Fix package.json
v0.15.7 / 2013-09-26
==================
* Bump dependencies
v0.15.6 / 2013-09-24
==================
* Bump dependencies
* Update travis config
v0.15.5 / 2013-06-13
==================
* Only emit meta once. title is a required channel element, so a feed without it is broken, but emitting more than once is still a no-no. Closes #69
* Update copyright notices
v0.15.4 / 2013-06-04

@@ -35,0 +66,0 @@ ==================

5

package.json

@@ -5,3 +5,3 @@ {

"description": "Robust RSS Atom and RDF feed parsing using sax js",
"version": "0.16.1",
"version": "0.16.2",
"keywords": [

@@ -31,7 +31,6 @@ "rss",

"sax": "0.5.x",
"request": "2.21.x",
"addressparser": "~0.1.3",
"array-indexofobject": "0.0.1",
"readable-stream": "1.0.x",
"resanitize": "~0.1.10"
"resanitize": "~0.3.0"
},

@@ -38,0 +37,0 @@ "devDependencies": {

@@ -44,3 +44,3 @@ [![Build Status](https://secure.travis-ci.org/danmactough/node-feedparser.png?branch=master)](https://travis-ci.org/danmactough/node-feedparser)

- `SAXErrors` are emitted as `error` events. By default, they are automatically
resumed. Pass `{ resume_saxerrors: false }` as an option if you want to manually
resumed. Pass `{ resume_saxerror: false }` as an option if you want to manually
handle `SAXErrors` (abort parsing, perhaps).

@@ -47,0 +47,0 @@

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