Socket
Socket
Sign inDemoInstall

cheerio-select

Package Overview
Dependencies
9
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 1.0.0

lib/helpers.d.ts

82

package.json
{
"name" : "cheerio-select",
"version" : "0.0.3",
"description" : "Selector engine for cheerio",
"keywords" : [],
"author" : "Matt Mueller <mattmuelle@gmail.com>",
"dependencies" : {
"CSSselect" : "0.x"
},
"devDependencies" : {
"mocha" : "*",
"cheerio" : "*",
"expect.js" : "*",
"underscore" : "*"
},
"main" : "index",
"engines": {
"node": ">= 0.4.7"
},
"scripts": {
"test" : "make test"
}
}
"name": "cheerio-select",
"description": "CSS selector engine supporting jQuery selectors",
"version": "1.0.0",
"author": "Felix Boehm <me@feedic.com>",
"funding": "https://github.com/sponsors/fb55",
"license": "BSD-2-Clause",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git://github.com/cheeriojs/cheerio-select.git"
},
"directories": {
"lib": "lib/"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"test": "jest --coverage && npm run lint",
"coverage": "cat coverage/lcov.info | coveralls",
"lint": "npm run lint:es && npm run lint:prettier",
"lint:es": "eslint src",
"lint:prettier": "npm run format:prettier:raw -- --check",
"format": "npm run format:es && npm run format:prettier",
"format:es": "npm run lint:es -- --fix",
"format:prettier": "npm run format:prettier:raw -- --write",
"format:prettier:raw": "prettier '**/*.{ts,md,json,yml}'",
"build": "tsc",
"prepare": "npm run build"
},
"dependencies": {
"css-select": "^3.1.2",
"css-what": "^4.0.0",
"domelementtype": "^2.1.0",
"domhandler": "^4.0.0",
"domutils": "^2.4.4"
},
"devDependencies": {
"@types/jest": "^26.0.19",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"coveralls": "^3.0.2",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"htmlparser2": "^6.0.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"prettier": {
"tabWidth": 4
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc