Socket
Socket
Sign inDemoInstall

readabilitySAX

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

readabilitySAX - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

5

node/getURL.js

@@ -30,3 +30,6 @@ var WritableStream = require("./WritableStream.js"),

uri: uri,
only2xx: true
only2xx: true,
headers: {
"user-agent": "Mozilla/5.0 (compatible; readabilitySAX/1.5; +https://github.com/fb55/readabilitySAX)"
}
}).on("error", onErr).on("response", function(resp){

@@ -33,0 +36,0 @@ settings.pageURL = req.response.location;

2

package.json
{
"name": "readabilitySAX",
"version": "1.5.1",
"version": "1.5.2",
"description": "the readability script ported to a sax parser",

@@ -5,0 +5,0 @@ "author": "Felix Boehm <me@feedic.com>",

@@ -94,3 +94,2 @@ #readabilitySAX

- Allow fetching articles with more than one page
- Don't remove all images inside `<a>` tags
- Add a `user-agent` header with usable contents
- Don't remove all images inside `<a>` tags
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