Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

whacko

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

whacko - npm Package Compare versions

Comparing version 0.12.2 to 0.12.3

6

lib/tree_adapter.js

@@ -60,5 +60,5 @@ //Tree adapter for parse5 HTML-parser

for (var i = 0; i < document.childNodes.length; i++) {
if (document.childNodes[i].type === 'directive' && document.childNodes[i].name === '!doctype') {
doctypeNode = document.childNodes[i];
for (var i = 0; i < document.children.length; i++) {
if (document.children[i].type === 'directive' && document.children[i].name === '!doctype') {
doctypeNode = document.children[i];
break;

@@ -65,0 +65,0 @@ }

@@ -13,3 +13,3 @@ {

"keywords": ["htmlparser", "jquery", "selector", "scraper"],
"version": "0.12.2",
"version": "0.12.3",
"repository": {

@@ -25,3 +25,3 @@ "type": "git",

"cheerio-select": "*",
"parse5": "~0.5",
"parse5": ">=0.5.2",
"htmlparser2": "3.1.1",

@@ -28,0 +28,0 @@ "underscore": "~1.4",

Sorry, the diff of this file is not supported yet

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