Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: inikulin/parse5
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.0
Choose a base ref
...
head repository: inikulin/parse5
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d867cdccebb05acd9088948e911f6da1b018284c
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Sep 2, 2022

  1. fix(package): Fix CJS bundle, bump to parse5@7.1.1

    The `package.json` that's added for CJS was not added when we switched to a whitelist in #516.
    fb55 committed Sep 2, 2022
    Copy the full SHA
    d867cdc View commit details
Showing with 12 additions and 10 deletions.
  1. +9 −9 package-lock.json
  2. +1 −0 packages/parse5-htmlparser2-tree-adapter/package.json
  3. +2 −1 packages/parse5/package.json
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/parse5-htmlparser2-tree-adapter/package.json
Original file line number Diff line number Diff line change
@@ -33,6 +33,7 @@
"url": "git://github.com/inikulin/parse5.git"
},
"files": [
"dist/cjs/package.json",
"dist/**/*.js",
"dist/**/*.d.ts"
]
3 changes: 2 additions & 1 deletion packages/parse5/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "parse5",
"type": "module",
"description": "HTML parser and serializer.",
"version": "7.1.0",
"version": "7.1.1",
"author": "Ivan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)",
"contributors": "https://github.com/inikulin/parse5/graphs/contributors",
"homepage": "https://github.com/inikulin/parse5",
@@ -43,6 +43,7 @@
"url": "git://github.com/inikulin/parse5.git"
},
"files": [
"dist/cjs/package.json",
"dist/**/*.js",
"dist/**/*.d.ts"
]