Go to file
snyk-bot 3409489e66
fix: upgrade node-html-parser from 1.2.21 to 1.3.1
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
2020-10-29 03:40:28 +00:00
.github/workflows Create codeql-analysis.yml 2020-10-02 16:48:16 +02:00
.vscode New functions 2020-10-01 21:13:23 +02:00
app Better and cleaner game search 2020-10-24 20:52:29 +02:00
test Format code with prettier 2020-10-24 18:53:04 +00:00
.deepsource.toml Addes style_guide 2020-10-15 21:15:48 +02:00
.eslintrc.json Added ESlint config 2020-10-28 11:51:26 +01:00
.gitattributes Initial commit 2020-09-26 13:37:43 +02:00
.gitignore Fixed unit tests, better game search and improved speed 2020-10-12 14:11:36 +02:00
README.md Format code with prettier 2020-10-21 13:31:39 +00:00
coverage.lcov Reported coverage 2020-10-24 20:53:47 +02:00
package-lock.json fix: upgrade node-html-parser from 1.2.21 to 1.3.1 2020-10-29 03:40:28 +00:00
package.json fix: upgrade node-html-parser from 1.2.21 to 1.3.1 2020-10-29 03:40:28 +00:00

README.md

DeepSource CodeFactor FOSSA Status Known Vulnerabilities codecov

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 retrn boolean or number
  • Throw an exception only if it is an error or if a wrong value could mess up the functioning of the library