Highlights
- 2 discussions answered
Block or Report
Block or report fb55
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
cheeriojs/cheerio Public
Fast, flexible, and lean implementation of core jQuery designed specifically for the server.
-
inikulin/parse5 Public
HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.
-
-
951 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2022
Created 83 commits in 8 repositories
Created 1 repository
- fb55/typedoc TypeScript
Created a pull request in inikulin/parse5 that received 4 comments
fix(rewriting-stream): Don't escape text in special tags
Fixes #339
Question: This allows users to leak data from tags. Eg. inserting the text </script> foo would close the current script tag. There is no…
+29
−4
•
4
comments
Opened 31 other pull requests in 3 repositories
inikulin/parse5
26
merged
1
open
- chore(test): Update parser feedback tests
- chore: Setup Tidelift, add SECURITY.md
- chore: Fix .gitattributes
- chore(docs): Update documentation links
- refactor(parse5-html-rewriting-stream): Move docs
- fix(htmlparser2-adapter): Use domhandler@4.3.1
- chore(docs): Increase Node memory limit for docs
-
chore(test): Use
finishedto check streams -
refactor: Remove
getNextTokenmethod -
fix(package): Allow deep imports from
parse5 - feat(parser): Support search element
- feat(parser): Align foreign content with spec
-
chore: Remove
evalfromscripting.test.ts - chore(test): Make it possible to ignore tests
- test: Add upstream html5lib-tests
- chore(ci): Fix branch name for doc build
- docs: Introduce Typedoc
-
fix(serializer): Serialize void elements as
"" - refactor: Improve code quality
- refactor: Make location info parser tests work
- chore: Fix grammar of some comments
-
fix(parser): Keep
htmlandbodyend locations - chore: Add funding information
- test(parser): Add location test for script content
- fix(tokenizer): Drop chunks after emitting tokens
- Some pull requests not shown.
TypeStrong/typedoc
2
open
1
merged
js-org/js.org
1
merged
Reviewed 13 pull requests in 2 repositories
inikulin/parse5
10 pull requests
- chore(docs): Update documentation links
- chore(docs): Increase Node memory limit for docs
-
chore(test): Use
finishedto check streams - chore(test): Make it possible to ignore tests
- test: Add upstream html5lib-tests
- docs: Introduce Typedoc
-
fix(serializer): Serialize void elements as
"" - refactor: Make location info parser tests work
- fix(tokenizer): Drop chunks after emitting tokens
- feat: Add CommonJS export for parse5 module
TypeStrong/typedoc
3 pull requests
Created an issue in inikulin/parse5 that received 1 comment
Switch test runner
We discussed this in #362 (review). Jest works alright as a test runner for now, but I'm happy to switch should we agree on an alternative.
1
comment
Opened 1 other issue in 1 repository
inikulin/parse5
1
open
Answered 1 discussion in 1 repository
cheeriojs/cheerio
cheeriojs/cheerio