cheerio-select
Advanced tools
Comparing version 0.0.3 to 1.0.0
{ | ||
"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 | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
19147
12
0
327
1
0
5
11
19
2
+ Addedcss-select@^3.1.2
+ Addedcss-what@^4.0.0
+ Addeddomelementtype@^2.1.0
+ Addeddomhandler@^4.0.0
+ Addeddomutils@^2.4.4
+ Addedcss-select@3.1.2(transitive)
+ Addedcss-what@4.0.0(transitive)
+ Addeddom-serializer@1.4.1(transitive)
+ Addeddomelementtype@2.3.0(transitive)
+ Addeddomhandler@4.3.1(transitive)
+ Addeddomutils@2.8.0(transitive)
+ Addedentities@2.2.0(transitive)
+ Addednth-check@2.1.1(transitive)
- RemovedCSSselect@0.x
- RemovedCSSselect@0.7.0(transitive)
- RemovedCSSwhat@0.4.7(transitive)
- Removeddomelementtype@1.3.1(transitive)
- Removeddomutils@1.4.3(transitive)
- Removednth-check@1.0.2(transitive)