Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yaml-validator

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml-validator - npm Package Compare versions

Comparing version 4.0.1 to 5.0.0

types/index.d.ts

26

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc