Socket
Socket
Sign inDemoInstall

node-readability

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-readability - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

History.md

2

package.json
{
"name": "node-readability",
"version": "0.2.0",
"version": "0.2.1",
"author": "Zihua Li",

@@ -5,0 +5,0 @@ "description": "Turning any web page into a clean view.",

@@ -481,3 +481,6 @@ var url = require("url");

var src = imgs[i].getAttribute('src');
imgs[i].setAttribute('src', fixLink(src));
if(src)
{
imgs[i].setAttribute('src', fixLink(src));
}
}

@@ -488,3 +491,6 @@

var href = as[i].getAttribute('href');
as[i].setAttribute('href', fixLink(href));
if(href)
{
as[i].setAttribute('href', fixLink(href));
}
}

@@ -491,0 +497,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc