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

@asyncapi/parser

Package Overview
Dependencies
Maintainers
3
Versions
170
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asyncapi/parser - npm Package Compare versions

Comparing version 1.17.0-next-spec.1 to 1.17.0

1

lib/models/operation.js

@@ -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;

4

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

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