@hyperone/cli-framework
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "@hyperone/cli-framework", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "7596787dbe3d8e3ba2935ac22d5e7c281270d6c8" | ||
"gitHead": "d5723dcb3a1caf0442196a7fc2abe041241813f0" | ||
} |
@@ -5,3 +5,3 @@ | ||
path.split('/').slice(1).forEach(x => { | ||
pos = pos[x]; | ||
pos = pos && x in pos ? pos[x] : undefined; | ||
}); | ||
@@ -8,0 +8,0 @@ return pos; |
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
11540