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.1.9 to 0.2.0

2

package.json
{
"name": "read-art",
"version": "0.1.9",
"version": "0.2.0",
"description": "Scrape article from any page, automatically, make web page readability.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,2 +10,4 @@ # read-art

**NOTES: the property `dataType` was changed to `output`, sorry for that.**
## Features

@@ -12,0 +14,0 @@ - Automatic Read Title & Body

@@ -11,3 +11,3 @@ var read = require('../'),

read('<title>read-art</title><body><div><div><img src="test1.jpg" /><img src="test2.jpg" /></div><p>hi, dude, i am readability, aka read-art...</p></div></body>', {
dataType: 'text'
output: 'text'
}, function(err, art){

@@ -25,3 +25,3 @@ should.not.exist(err);

read('<title>read-art</title><body><div><div><img src="test1.jpg" /><img src="test2.jpg" /></div><p>hi, dude, i am readability, aka read-art...</p></div></body>', {
dataType: 'html'
output: 'html'
}, function(err, art){

@@ -40,3 +40,3 @@ should.not.exist(err);

read('<title>read-art</title><body><div><div><img src="test1.jpg" /><img src="test2.jpg" /></div><p>hi, dude, i am readability, aka read-art...</p></div></body>', {
dataType: 'json'
output: 'json'
}, function(err, art){

@@ -43,0 +43,0 @@ should.not.exist(err);

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