Socket
Socket
Sign inDemoInstall

cheerio-select

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheerio-select - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

11

History.md

@@ -1,4 +0,11 @@

0.0.1 / 2010-01-03
0.0.2 / 2012-05-27
==================
* Initial release
* Now supports for node 0.7.x
* Commented out tests for features that will not be supported
* Down to 19/156 failed tests - thanks to @FB55!
0.0.1 / 2012-05-23
==================
* Initial release

6

package.json
{
"name" : "cheerio-select",
"version" : "0.0.1",
"version" : "0.0.2",
"description" : "Selector engine for cheerio",

@@ -17,3 +17,5 @@ "keywords" : [],

"main" : "index",
"engines" : { "node" : "0.6.x" }
"engines": {
"node": ">= 0.4.7"
}
}
# cheerio-select
Tiny wrapper around FB55's excellent [CSSselect]() library.
Tiny wrapper around FB55's excellent [CSSselect](https://github.com/FB55/CSSselect) library.
cheerio-select provides a comprehensive test suite based on sizzle's test suite. If all the tests pass in cheerio-select, then sizzle and cheerio-select should have identical functionality.
cheerio-select provides a comprehensive test suite based on sizzle's test suite. If all the tests pass in cheerio-select, then sizzle and CSSselect should have identical functionality.

@@ -8,0 +8,0 @@ ## Usage

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