cheerio-select
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -0,1 +1,8 @@ | ||
0.0.3 / 2012-05-29 | ||
================== | ||
* compatible with node 4.x | ||
* added travis support | ||
0.0.2 / 2012-05-27 | ||
@@ -2,0 +9,0 @@ ================== |
exports = module.exports = require('./lib/select'); | ||
/* | ||
* Library version | ||
*/ | ||
exports.version = require('./package.json').version; | ||
Export the version | ||
*/ | ||
exports.version = (function() { | ||
var pkg = require('fs').readFileSync(__dirname + '/package.json', 'utf8'); | ||
return JSON.parse(pkg).version; | ||
})(); |
{ | ||
"name" : "cheerio-select", | ||
"version" : "0.0.2", | ||
"version" : "0.0.3", | ||
"description" : "Selector engine for cheerio", | ||
@@ -19,3 +19,6 @@ "keywords" : [], | ||
"node": ">= 0.4.7" | ||
}, | ||
"scripts": { | ||
"test" : "make test" | ||
} | ||
} |
# cheerio-select | ||
# cheerio-select [![Build Status](https://secure.travis-ci.org/MatthewMueller/cheerio-select.png?branch=master)](http://travis-ci.org/MatthewMueller/cheerio-select) | ||
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 CSSselect should have identical functionality. | ||
cheerio-select provides a comprehensive test suite based on sizzle's test suite. | ||
> Warning: Currently, not all tests pass, and some sizzle features will not be supported | ||
## Usage | ||
@@ -20,5 +22,2 @@ | ||
* Get all the unit tests to pass! | ||
* Consider adding client-side tests | ||
* psuedo-visibility: https://github.com/jquery/sizzle/blob/master/test/unit/selector.js#L530 | ||
* psuedo-form: https://github.com/jquery/sizzle/blob/master/test/unit/selector.js#L554 | ||
@@ -25,0 +24,0 @@ ## Run tests |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3725
8
38
51
2