3409489e66
Snyk has created this PR to upgrade node-html-parser from 1.2.21 to 1.3.1. See this package in npm: https://www.npmjs.com/package/node-html-parser See this project in Snyk: https://app.snyk.io/org/millenniumearl/project/0996818c-dc29-4f12-9d4e-7956e055e85a?utm_source=github&utm_medium=upgrade-pr |
||
---|---|---|
.github/workflows | ||
.vscode | ||
app | ||
test | ||
.deepsource.toml | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
README.md | ||
coverage.lcov | ||
package-lock.json | ||
package.json |
README.md
F95API
Unofficial Node JS module for scraping F95Zone platform
Guidelines for errors
- If you can, return a meaningful value
- Return
null
only if the function should return a complex object (including strings) - Return an empty array if the function should return an array
- Return
false
,-1
when the function should retrnboolean
ornumber
- Throw an exception only if it is an error or if a wrong value could mess up the functioning of the library