Skip to content

Commit

Permalink
rename sweeper to purify
Browse files Browse the repository at this point in the history
  • Loading branch information
charliewilco committed Feb 22, 2023
1 parent 4ba0f04 commit daf2546
Show file tree
Hide file tree
Showing 23 changed files with 2,052 additions and 8,416 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Each project contains
### Packages

- `/packages/rsskit`: Converts RSS to JSON
- `/packages/html-sweeper`: Returns safe HTML to render
- `/packages/html`: Returns safe HTML to render
- `/packages/graphql-date-ts`: Custom date scalar for GQL
- `/packages/graphql-depth-limit`: TS port of `graphql-depth-limit`

Expand Down
4 changes: 1 addition & 3 deletions apps/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,21 @@
"@graphql-tools/utils": "^9.1.4",
"@prisma/client": "^4.9.0",
"@reubin/graphql-date-ts": "*",
"@reubin/purify-html": "*",
"@reubin/rsskit": "*",
"@types/base-64": "^1.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^9.0.1",
"@types/sanitize-html": "^2.8.0",
"axios": "^1.2.2",
"base-64": "^1.0.0",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.12",
"date-fns": "^2.29.3",
"entities": "^4.4.0",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"html-entities": "^2.3.3",
"jsonwebtoken": "^9.0.0",
"nexus": "^1.3.0",
"sanitize-html": "^2.8.1",
"universal-cookie": "^4.0.4",
"xml2js": "^0.4.23",
"zod": "^3.20.2"
Expand Down
29 changes: 0 additions & 29 deletions apps/graphql/src/meta/html.ts

This file was deleted.

7 changes: 0 additions & 7 deletions apps/graphql/src/meta/index.ts

This file was deleted.

Loading

0 comments on commit daf2546

Please sign in to comment.