@jill64/universal-sanitizer
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"name": "@jill64/universal-sanitizer", | ||
"description": "💎 Isomorphic html sanitizer by DOMPurify + sanitize-html", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"type": "module", | ||
@@ -47,7 +47,7 @@ "main": "dist/index.js", | ||
"test": "vitest", | ||
"lint": "npx eslint . && npx depcheck", | ||
"lint": "npx eslint .", | ||
"format": "npx prettier -w ." | ||
}, | ||
"devDependencies": { | ||
"@jill64/eslint-config-ts": "1.0.10", | ||
"@jill64/eslint-config-ts": "1.0.14", | ||
"@jill64/prettier-config": "1.0.0", | ||
@@ -60,4 +60,5 @@ "typescript": "5.3.3" | ||
"dompurify": "3.0.8", | ||
"sanitize-html": "2.11.0" | ||
"sanitize-html": "2.11.0", | ||
"postcss": "8.4.33" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5375
5
+ Addedpostcss@8.4.33
+ Addedpostcss@8.4.33(transitive)
- Removedpostcss@8.4.47(transitive)