@sap/xss-secure
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -8,2 +8,7 @@ # Change Log | ||
## 4.1.0 - 2022-01-12 | ||
### Added | ||
- Support for Node.js 16.x | ||
## 4.0.0 - 2020-11-09 | ||
@@ -10,0 +15,0 @@ |
{ | ||
"name": "@sap/xss-secure", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"lockfileVersion": 1, | ||
@@ -5,0 +5,0 @@ "requires": true, |
{ | ||
"name": "@sap/xss-secure", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "XSS Secure", | ||
@@ -8,3 +8,3 @@ "license": "SEE LICENSE IN LICENSE file", | ||
"engines": { | ||
"node": "^8.0.0 || ^10.0.0 || ^12.0.0 || ^14.0.0" | ||
"node": "^8.0.0 || ^10.0.0 || ^12.0.0 || ^14.0.0 || ^16.0.0" | ||
}, | ||
@@ -25,3 +25,3 @@ "scripts": { | ||
"eslint": "3.2.2", | ||
"filter-node-package": "^2.2.0", | ||
"filter-node-package": "2.2.0", | ||
"istanbul": "0.4.5", | ||
@@ -28,0 +28,0 @@ "mocha": "3.0.2", |
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
18415