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

@asyncapi/specs

Package Overview
Dependencies
Maintainers
3
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asyncapi/specs - npm Package Compare versions

Comparing version 6.5.2 to 6.5.3

17

definitions/3.0.0/channelBindingsObject.json

@@ -87,3 +87,3 @@ {

"bindingVersion": {
"enum": ["0.4.0", "0.3.0"]
"enum": ["0.5.0", "0.4.0", "0.3.0"]
}

@@ -102,3 +102,3 @@ },

"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.4.0/channel.json"
"$ref": "http://asyncapi.com/bindings/kafka/0.5.0/channel.json"
}

@@ -111,2 +111,15 @@ },

"bindingVersion": {
"const": "0.5.0"
}
}
},
"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.5.0/channel.json"
}
},
{
"if": {
"required": [ "bindingVersion" ],
"properties": {
"bindingVersion": {
"const": "0.4.0"

@@ -113,0 +126,0 @@ }

@@ -134,3 +134,3 @@ {

"bindingVersion": {
"enum": ["0.4.0", "0.3.0"]
"enum": ["0.5.0", "0.4.0", "0.3.0"]
}

@@ -149,3 +149,3 @@ },

"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.4.0/message.json"
"$ref": "http://asyncapi.com/bindings/kafka/0.5.0/message.json"
}

@@ -158,2 +158,15 @@ },

"bindingVersion": {
"const": "0.5.0"
}
}
},
"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.5.0/message.json"
}
},
{
"if": {
"required": [ "bindingVersion" ],
"properties": {
"bindingVersion": {
"const": "0.4.0"

@@ -160,0 +173,0 @@ }

@@ -148,3 +148,3 @@ {

"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.4.0/operation.json"
"$ref": "http://asyncapi.com/bindings/kafka/0.5.0/operation.json"
}

@@ -157,2 +157,15 @@ },

"bindingVersion": {
"const": "0.5.0"
}
}
},
"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.5.0/operation.json"
}
},
{
"if": {
"required": [ "bindingVersion" ],
"properties": {
"bindingVersion": {
"const": "0.4.0"

@@ -159,0 +172,0 @@ }

@@ -67,3 +67,3 @@ {

"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.4.0/server.json"
"$ref": "http://asyncapi.com/bindings/kafka/0.5.0/server.json"
}

@@ -76,2 +76,15 @@ },

"bindingVersion": {
"const": "0.5.0"
}
}
},
"then": {
"$ref": "http://asyncapi.com/bindings/kafka/0.5.0/server.json"
}
},
{
"if": {
"required": [ "bindingVersion" ],
"properties": {
"bindingVersion": {
"const": "0.4.0"

@@ -78,0 +91,0 @@ }

2

package.json
{
"name": "@asyncapi/specs",
"version": "6.5.2",
"version": "6.5.3",
"description": "AsyncAPI schema versions",

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

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

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