@sap/xss-secure
Advanced tools
Comparing version 4.3.0 to 5.0.0
@@ -8,2 +8,7 @@ # Change Log | ||
## 5.0.0 - 2024-02-29 | ||
### Removed | ||
- Node.js 12.x, 14.x and 16.x support and tests | ||
## 4.3.0 - 2022-11-08 | ||
@@ -10,0 +15,0 @@ |
{ | ||
"name": "@sap/xss-secure", | ||
"version": "4.3.0", | ||
"version": "5.0.0", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "@sap/xss-secure", | ||
"version": "4.3.0", | ||
"version": "5.0.0", | ||
"description": "XSS Secure", | ||
@@ -8,3 +8,3 @@ "license": "SEE LICENSE IN LICENSE file", | ||
"engines": { | ||
"node": "^12.0.0 || ^14.0.0 || ^16.0.0 || ^18.0.0 || ^20.0.0" | ||
"node": "^18.0.0 || ^20.0.0" | ||
}, | ||
@@ -11,0 +11,0 @@ "scripts": { |
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
18641