@asyncapi/parser
Advanced tools
Comparing version 1.17.0-next-spec.1 to 1.17.0
@@ -19,2 +19,3 @@ const OperationTraitable = require('./operation-traitable'); | ||
if (this._json.message && this._json.message.oneOf && this._json.message.oneOf.length > 1) return true; | ||
// eslint-disable-next-line sonarjs/prefer-single-boolean-return | ||
if (!this._json.message) return false; | ||
@@ -21,0 +22,0 @@ return false; |
{ | ||
"name": "@asyncapi/parser", | ||
"version": "1.17.0-next-spec.1", | ||
"version": "1.17.0", | ||
"description": "JavaScript AsyncAPI parser.", | ||
@@ -63,3 +63,3 @@ "main": "lib/index.js", | ||
"eslint-plugin-sonarjs": "^0.15.0", | ||
"http-server": "^0.12.3", | ||
"http-server": "^14.1.1", | ||
"jsdoc-to-markdown": "^5.0.0", | ||
@@ -66,0 +66,0 @@ "markdown-toc": "^1.2.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1495668
9112
1