Socket
Socket
Sign inDemoInstall

cheerio

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheerio - npm Package Compare versions

Comparing version 0.10.3 to 0.10.4

6

History.md
0.10.4 / 2012-12-16
==================
* $.find should query descendants only (@jugglinmike)
* Tighter underscore dependency
0.10.3 / 2012-11-18

@@ -3,0 +9,0 @@ ===================

2

lib/cheerio.js

@@ -118,3 +118,3 @@ /*

var match = quickExpr.exec(str);
return (match && match[1]) ? true : false;
return !!(match && match[1]);
}

@@ -121,0 +121,0 @@

@@ -6,3 +6,3 @@ {

"keywords": ["htmlparser", "jquery", "selector", "scraper"],
"version": "0.10.3",
"version": "0.10.4",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",

@@ -22,6 +22,2 @@ # cheerio [![Build Status](https://secure.travis-ci.org/MatthewMueller/cheerio.png?branch=master)](http://travis-ci.org/MatthewMueller/cheerio)

... or to install the package globally:
`npm install -g cheerio`
## Features

@@ -28,0 +24,0 @@ __❤ Familiar syntax:__

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