New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

read-art

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-art - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

3

examples/simple.js

@@ -6,3 +6,4 @@

timeout: 15000,
dataType: {
disableGzip: true,
output: {
type: 'html',

@@ -9,0 +10,0 @@ stripSpaces: true

@@ -95,6 +95,7 @@ // Copyright 2014 Tjatse

var co = {};
var co = {decodeEntities: false};
['normalizeWhitespace', 'xmlMode', 'lowerCaseTags'].forEach(function(n){
co[n] = !!o.options[n];
});
var $ = cheerio.load(o.html, co);

@@ -101,0 +102,0 @@ o.callback(null, new Article($, o.options), o.options);

{
"name": "read-art",
"version": "0.2.8",
"version": "0.2.9",
"description": "Scrape article from any page, automatically, make web page readability.",

@@ -30,3 +30,3 @@ "main": "index.js",

"dependencies": {
"cheerio": "~0.15.0",
"cheerio": "~0.17.0",
"req-fast": "^0.2.2",

@@ -33,0 +33,0 @@ "URIjs": "^1.14.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