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 4.0.1 to 4.1.0

definitions/2.6.0/apiKey.json

1

index.d.ts

@@ -10,3 +10,4 @@ import type { JSONSchema7 } from 'json-schema';

'2.5.0': JSONSchema7;
'2.6.0': JSONSchema7;
};
export = _exports;

@@ -8,2 +8,3 @@ module.exports = {

'2.5.0': require('./schemas/2.5.0.json'),
'2.6.0': require('./schemas/2.6.0.json'),
};

2

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

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

@@ -161,4 +161,18 @@ {

]
},
{
"allOf": [
{
"properties": {
"asyncapi": {
"const": "2.6.0"
}
}
},
{
"$ref": "http://asyncapi.com/schema-store/2.6.0.json"
}
]
}
]
}
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