Socket
Socket
Sign inDemoInstall

@swagger-api/apidom-parser-adapter-asyncapi-yaml-2

Package Overview
Dependencies
69
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.91.0 to 0.92.0

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

# [0.92.0](https://github.com/swagger-api/apidom/compare/v0.91.0...v0.92.0) (2024-01-12)
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-asyncapi-yaml-2
# [0.91.0](https://github.com/swagger-api/apidom/compare/v0.90.0...v0.91.0) (2024-01-08)

@@ -8,0 +12,0 @@

10

package.json
{
"name": "@swagger-api/apidom-parser-adapter-asyncapi-yaml-2",
"version": "0.91.0",
"version": "0.92.0",
"description": "Parser adapter for parsing YAML documents into AsyncAPI 2.x.y namespace.",

@@ -46,5 +46,5 @@ "publishConfig": {

"@babel/runtime-corejs3": "^7.20.7",
"@swagger-api/apidom-core": "^0.91.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.91.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.91.0",
"@swagger-api/apidom-core": "^0.92.0",
"@swagger-api/apidom-ns-asyncapi-2": "^0.92.0",
"@swagger-api/apidom-parser-adapter-yaml-1-2": "^0.92.0",
"@types/ramda": "~0.29.6",

@@ -64,3 +64,3 @@ "ramda": "~0.29.1",

],
"gitHead": "a3b88484e7a38bbf82b04458cda81e4dc0b53519"
"gitHead": "c7a45ee8d68ac82ac2ab93ebb639a95ced1d6e86"
}

@@ -108,3 +108,3 @@ # @swagger-api/apidom-parser-adapter-asyncapi-yaml-2

const parser = ApiDOMParser();
const parser = new ApiDOMParser();

@@ -111,0 +111,0 @@ parser.use(asyncApiYamlAdapter);

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc