yaml-validator
Advanced tools
Comparing version 4.0.1 to 5.0.0
{ | ||
"name": "yaml-validator", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"description": "Validate Yaml files and enforce a given structure", | ||
"main": "index.js", | ||
"type": "module", | ||
"typings": "typings/index.d.ts", | ||
"types": "types", | ||
"bin": "bin/yaml-validator.js", | ||
"scripts": { | ||
"test": "c8 --exclude tests --exclude typings tape tests/*_test.js", | ||
"test:typings": "tsc -p tsconfig.json", | ||
"coverage": "c8 --exclude tests --exclude typings report --reporter=text-lcov > coverage.lcov && codecov", | ||
"test": "c8 --exclude tests --exclude types tape tests/*_test.js", | ||
"typings": "tsc", | ||
"coverage": "c8 --exclude tests --exclude types report --reporter=text-lcov > coverage.lcov && codecov", | ||
"lint": "eslint *.js bin tests" | ||
@@ -26,7 +26,7 @@ }, | ||
"engines": { | ||
"node": ">=14.15.0" | ||
"node": ">=18.12.0" | ||
}, | ||
"files": [ | ||
"bin", | ||
"typings", | ||
"types", | ||
"index.js", | ||
@@ -40,15 +40,15 @@ "LICENSE", | ||
"js-yaml": "4.1.0", | ||
"optionator": "0.9.1" | ||
"optionator": "0.9.3" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "14.18.48", | ||
"c8": "7.14.0", | ||
"@types/node": "18.16.18", | ||
"c8": "8.0.0", | ||
"codecov": "3.8.3", | ||
"eslint": "8.42.0", | ||
"eslint": "8.43.0", | ||
"eslint-config-paazmaya": "9.0.1", | ||
"eslint-plugin-node": "11.1.0", | ||
"sinon": "15.1.0", | ||
"sinon": "15.2.0", | ||
"tape": "5.6.3", | ||
"typescript": "4.9.5" | ||
"typescript": "5.1.5" | ||
} | ||
} |
@@ -16,3 +16,3 @@ # yaml-validator | ||
Please note that the minimum supported version of [Node.js](https://nodejs.org/en/) is `14.15.0`, which is [the active Long Term Support (LTS) version](https://github.com/nodejs/Release#release-schedule). | ||
Please note that the minimum supported version of [Node.js](https://nodejs.org/en/) is `18.12.0`, which is [the active Long Term Support (LTS) version](https://github.com/nodejs/Release#release-schedule). | ||
@@ -75,3 +75,3 @@ This tool can be used in two ways, either via Node.js script, or as a command line tool. | ||
Version 2.0.0 | ||
Version 5.0.0 | ||
``` | ||
@@ -78,0 +78,0 @@ |
Sorry, the diff of this file is too big to display
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
209154
5470
7
+ Added@aashutoshrathi/word-wrap@1.2.5(transitive)
+ Added@eslint/js@8.43.0(transitive)
+ Added@sinonjs/fake-timers@10.3.0(transitive)
+ Added@types/node@18.16.18(transitive)
+ Addedc8@8.0.0(transitive)
+ Addedeslint@8.43.0(transitive)
+ Addedoptionator@0.9.3(transitive)
+ Addedsinon@15.2.0(transitive)
+ Addedtypescript@5.1.5(transitive)
- Removed@eslint/js@8.42.0(transitive)
- Removed@sinonjs/fake-timers@10.2.0(transitive)
- Removed@types/node@14.18.48(transitive)
- Removedc8@7.14.0(transitive)
- Removedeslint@8.42.0(transitive)
- Removedoptionator@0.9.1(transitive)
- Removedsinon@15.1.0(transitive)
- Removedtypescript@4.9.5(transitive)
- Removedword-wrap@1.2.3(transitive)
Updatedoptionator@0.9.3