New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jill64/universal-sanitizer

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jill64/universal-sanitizer - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

17

package.json
{
"name": "@jill64/universal-sanitizer",
"description": "💎 Isomorphic html sanitizer by DOMPurify + sanitize-html",
"version": "1.2.0",
"version": "1.2.1",
"type": "module",

@@ -47,3 +47,3 @@ "main": "dist/index.js",

"prepack": "npm run build",
"test": "vitest",
"test": "npm run build && vitest",
"lint": "npx eslint .",

@@ -53,7 +53,10 @@ "format": "npx prettier -w ."

"devDependencies": {
"@jill64/eslint-config-ts": "1.0.16",
"@edge-runtime/vm": "3.2.0",
"@jill64/eslint-config-ts": "1.1.3",
"@jill64/prettier-config": "1.0.0",
"@types/node": "20.11.16",
"esbuild": "0.20.0",
"typescript": "5.3.3"
"@types/node": "20.11.19",
"esbuild": "0.20.1",
"jsdom": "24.0.0",
"typescript": "5.3.3",
"vitest": "1.3.1"
},

@@ -63,5 +66,5 @@ "dependencies": {

"@types/sanitize-html": "2.11.0",
"dompurify": "3.0.8",
"dompurify": "3.0.9",
"sanitize-html": "2.11.0"
}
}

@@ -7,3 +7,3 @@ <!----- BEGIN GHOST DOCS HEADER ----->

<a href="https://npmjs.com/package/@jill64/universal-sanitizer"><img src="https://img.shields.io/npm/v/@jill64/universal-sanitizer" alt="npm-version" /></a> <a href="https://npmjs.com/package/@jill64/universal-sanitizer"><img src="https://img.shields.io/npm/l/@jill64/universal-sanitizer" alt="npm-license" /></a> <a href="https://npmjs.com/package/@jill64/universal-sanitizer"><img src="https://img.shields.io/npm/dm/@jill64/universal-sanitizer" alt="npm-download-month" /></a> <a href="https://npmjs.com/package/@jill64/universal-sanitizer"><img src="https://img.shields.io/bundlephobia/min/@jill64/universal-sanitizer" alt="npm-min-size" /></a>
<a href="https://npmjs.com/package/@jill64/universal-sanitizer"><img src="https://img.shields.io/npm/v/@jill64/universal-sanitizer" alt="npm-version" /></a> <a href="https://npmjs.com/package/@jill64/universal-sanitizer"><img src="https://img.shields.io/npm/l/@jill64/universal-sanitizer" alt="npm-license" /></a> <a href="https://npmjs.com/package/@jill64/universal-sanitizer"><img src="https://img.shields.io/npm/dm/@jill64/universal-sanitizer" alt="npm-download-month" /></a> <a href="https://npmjs.com/package/@jill64/universal-sanitizer"><img src="https://img.shields.io/bundlephobia/min/@jill64/universal-sanitizer" alt="npm-min-size" /></a> <a href="https://github.com/jill64/universal-sanitizer/actions/workflows/ci.yml"><img src="https://github.com/jill64/universal-sanitizer/actions/workflows/ci.yml/badge.svg" alt="ci.yml" /></a>

@@ -47,4 +47,4 @@ <!----- END GHOST DOCS BADGES ----->

MIT
[MIT](LICENSE)
<!----- END GHOST DOCS FOOTER ----->

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc