isomorphic-dompurify
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "isomorphic-dompurify", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Makes it possible to use DOMPurify on server and client in the same way.", | ||
"keywords": [ | ||
"dompurify", | ||
"xss-filter", | ||
"xss", | ||
"isomorphic", | ||
"wrapper" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/kkomelin/isomorphic-dompurify/issues" | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.d.ts", | ||
"browser.js" | ||
@@ -14,5 +25,7 @@ ], | ||
"dependencies": { | ||
"@types/dompurify": "^2.0.1", | ||
"dompurify": "^2.0.8", | ||
"jsdom": "^16.2.1" | ||
} | ||
}, | ||
"types": "index.d.ts" | ||
} |
# Isomorphic DOMPurify | ||
[![npm version](https://badge.fury.io/js/isomorphic-dompurify.svg)](https://badge.fury.io/js/isomorphic-dompurify) | ||
@@ -3,0 +4,0 @@ The library makes it possible to seamlessly use [DOMPurify](https://github.com/cure53/DOMPurify) on server and client in the same way. |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
4431
6
9
1
60
3
+ Added@types/dompurify@^2.0.1
+ Added@types/dompurify@2.4.0(transitive)
+ Added@types/trusted-types@2.0.7(transitive)