api-doc-validator
Advanced tools
Comparing version 1.18.2 to 2.0.0
@@ -24,5 +24,5 @@ const {readFileSync, createWriteStream} = require('fs'); | ||
if (jsdocTypedefs) { | ||
Object.keys(schemas).forEach(function (name) { | ||
for (const name in schemas) { | ||
stream.write(`/** @typedef {${ajvToJsDoc(schemas[name])}} ${name} */\n`); | ||
}); | ||
} | ||
} | ||
@@ -29,0 +29,0 @@ |
{ | ||
"name": "api-doc-validator", | ||
"version": "1.18.2", | ||
"version": "2.0.0", | ||
"description": "api doc and validator", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
], | ||
"author": "Sergii Kliuchnyk <sergiikliuchnyk@gmail.com> (https://github.com/redexp)", | ||
"author": "Sergii Kliuchnyk <redexp@ukr.net> (https://github.com/redexp)", | ||
"license": "MIT", | ||
@@ -31,5 +31,5 @@ "bugs": { | ||
"dependencies": { | ||
"@babel/parser": "^7.15.8", | ||
"@babel/types": "^7.15.6", | ||
"adv-parser": "^1.7.1", | ||
"@babel/parser": "^7.16.4", | ||
"@babel/types": "^7.16.0", | ||
"adv-parser": "^2.0.3", | ||
"commander": "^5.1.0", | ||
@@ -40,3 +40,3 @@ "glob": "^7.2.0", | ||
"devDependencies": { | ||
"ajv": "^8.6.3", | ||
"ajv": "^8.8.2", | ||
"ajv-formats": "^2.1.1", | ||
@@ -43,0 +43,0 @@ "chai": "^4.3.4", |
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
52162
+ Addedadv-parser@2.11.1(transitive)
- Removedadv-parser@1.8.0(transitive)
Updated@babel/parser@^7.16.4
Updated@babel/types@^7.16.0
Updatedadv-parser@^2.0.3