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 0.30.0 to 0.30.1

2

lib/models/asyncapi.js

@@ -362,2 +362,4 @@ const { createMapOfType, getMapValueOfType, addExtensions } = require('../utils');

}
seenObj.pop();
}

@@ -364,0 +366,0 @@

2

package.json
{
"name": "@asyncapi/parser",
"version": "0.30.0",
"version": "0.30.1",
"description": "JavaScript AsyncAPI parser.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -500,2 +500,6 @@ const { EOL } = require('os');

expect(result.components().schema('NonRecursive').properties()['child'].isCircular()).to.equal(false);
//NormalSchemaB is referred twice, from NormalSchemaA and NormalSchemaC.
//If seenObjects array is not handled properly, once NormalSchemaB is seen for a second time while traversing NormalSchemaC, then NormalSchemaC is marked as object holding circular refs
//This is why it is important to check that NormalSchemaC is or sure not marked as circular
expect(result.components().schema('NormalSchemaC').isCircular()).to.equal(false);
});

@@ -502,0 +506,0 @@ });

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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