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 2.1.0-next-major-spec.6 to 2.1.0-next-major-spec.7

3

cjs/models/v3/asyncapi.d.ts
import { BaseModel } from '../base';
import { Schemas } from './schemas';
import type { AsyncAPIDocumentInterface } from '../asyncapi';

@@ -22,3 +23,3 @@ import type { InfoInterface } from '../info';

messages(): MessagesInterface;
schemas(): any;
schemas(): Schemas;
securitySchemes(): SecuritySchemesInterface;

@@ -25,0 +26,0 @@ components(): ComponentsInterface;

@@ -57,3 +57,3 @@ "use strict";

schemas() {
return null;
return this.__schemas(false);
}

@@ -60,0 +60,0 @@ securitySchemes() {

import { BaseModel } from '../base';
import { Schemas } from './schemas';
import type { AsyncAPIDocumentInterface } from '../asyncapi';

@@ -22,3 +23,3 @@ import type { InfoInterface } from '../info';

messages(): MessagesInterface;
schemas(): any;
schemas(): Schemas;
securitySchemes(): SecuritySchemesInterface;

@@ -25,0 +26,0 @@ components(): ComponentsInterface;

@@ -54,3 +54,3 @@ import { BaseModel } from '../base';

schemas() {
return null;
return this.__schemas(false);
}

@@ -57,0 +57,0 @@ securitySchemes() {

{
"name": "@asyncapi/parser",
"version": "2.1.0-next-major-spec.6",
"version": "2.1.0-next-major-spec.7",
"description": "JavaScript AsyncAPI parser.",

@@ -5,0 +5,0 @@ "bugs": {

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

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