@asyncapi/parser
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -21,3 +21,3 @@ const YAML = require('js-yaml'); | ||
for (const key of location) { | ||
obj = obj[utils.untilde(key)]; | ||
obj = obj ? obj[utils.untilde(key)] : null; | ||
} | ||
@@ -24,0 +24,0 @@ return obj; |
{ | ||
"name": "@asyncapi/parser", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "JavaScript AsyncAPI parser.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1094593
451091