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

api-doc-validator

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api-doc-validator - npm Package Compare versions

Comparing version 1.18.2 to 2.0.0

4

lib/generate/apiClient.js

@@ -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",

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