1.2.10 ā€¢ Published 5 days ago

@jill64/universal-sanitizer v1.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

@jill64/universal-sanitizer

šŸ’Ž Isomorphic html sanitizer by DOMPurify + sanitize-html

Installation

npm i @jill64/universal-sanitizer

Usage

Conditional Export applies the appropriate file at each runtime.

import { sanitize } from '@jill64/universal-sanitizer'

const cleaned = sanitize(/* ... */, {
  // options: {
  //   sanitizeHtml: sanitize-html options
  //   dompurify: DOMPurify options
  // }
})
conditionresolve
browserDOMPurify
defaultsanitize-html
workersanitize-html

License

MIT

1.2.10

5 days ago

1.2.9

9 days ago

1.2.8

27 days ago

1.2.7

1 month ago

1.2.6

1 month ago

1.2.5

2 months ago

1.2.4

2 months ago

1.2.3

2 months ago

1.2.2

2 months ago

1.2.1

2 months ago

1.2.0

3 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

5 months ago

0.0.1

5 months ago