haraka-config
Advanced tools
Comparing version 1.0.19 to 1.0.20
## NEXT - 202Y-MM-DD | ||
## 1.0.20 - 2021-09-01 | ||
- update YAML dep to v4 | ||
## 1.0.19 - 2021-06-10 | ||
@@ -6,0 +10,0 @@ |
@@ -6,3 +6,3 @@ { | ||
"description": "Haraka's config file loader", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"homepage": "http://haraka.github.io", | ||
@@ -15,6 +15,6 @@ "repository": { | ||
"engines": { | ||
"node": ">= 10" | ||
"node": ">= 12" | ||
}, | ||
"dependencies": { | ||
"js-yaml": "^3.13.1" | ||
"js-yaml": "^4.1.0" | ||
}, | ||
@@ -25,5 +25,5 @@ "optionalDependencies": { | ||
"devDependencies": { | ||
"eslint": "*", | ||
"eslint": ">=6", | ||
"eslint-plugin-haraka": "*", | ||
"mocha": "*" | ||
"mocha": ">=8" | ||
}, | ||
@@ -30,0 +30,0 @@ "bugs": { |
@@ -7,3 +7,3 @@ 'use strict'; | ||
exports.load = (name) => { | ||
return yaml.safeLoad(fs.readFileSync(name, 'utf8')); | ||
return yaml.load(fs.readFileSync(name, 'utf8')); | ||
} | ||
@@ -10,0 +10,0 @@ |
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
88991
57
+ Addedargparse@2.0.1(transitive)
+ Addedjs-yaml@4.1.0(transitive)
- Removedargparse@1.0.10(transitive)
- Removedesprima@4.0.1(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedsprintf-js@1.0.3(transitive)
Updatedjs-yaml@^4.1.0