cheerio-to-text
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "cheerio-to-text", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Turn a Cheerio object into plain text", | ||
@@ -63,14 +63,14 @@ "repository": { | ||
"devDependencies": { | ||
"@types/jest": "29.2.5", | ||
"@types/node": "18.11.18", | ||
"@typescript-eslint/eslint-plugin": "5.47.1", | ||
"@typescript-eslint/parser": "5.42.0", | ||
"eslint": "8.31.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"jest": "29.3.1", | ||
"@types/jest": "29.5.0", | ||
"@types/node": "18.15.5", | ||
"@typescript-eslint/eslint-plugin": "5.56.0", | ||
"@typescript-eslint/parser": "5.56.0", | ||
"eslint": "8.36.0", | ||
"eslint-config-prettier": "8.8.0", | ||
"jest": "29.5.0", | ||
"jest-junit": "15.0.0", | ||
"np": "7.6.3", | ||
"prettier": "2.8.0", | ||
"ts-jest": "29.0.3", | ||
"typescript": "4.8.4" | ||
"np": "7.6.4", | ||
"prettier": "2.8.6", | ||
"ts-jest": "29.0.5", | ||
"typescript": "5.0.2" | ||
}, | ||
@@ -77,0 +77,0 @@ "peerDependencies": { |
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
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
9943