Comparing version 2.2.0 to 2.2.1
@@ -8,3 +8,3 @@ function trimNewLine(input) { | ||
let result = object; | ||
while (pathArray.length) { | ||
while (result != null && pathArray.length) { | ||
const pathItem = pathArray.shift(); | ||
@@ -11,0 +11,0 @@ if (pathItem in result) { |
{ | ||
"name": "vizion", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"engines": { | ||
@@ -40,7 +40,7 @@ "node": ">=4.0" | ||
"chai": "4.1.2", | ||
"mocha": "5.2.0", | ||
"nyc": "12.0.2", | ||
"shelljs": "0.8.2", | ||
"should": "13.2.1", | ||
"sinon": "6.1.3" | ||
"mocha": "^6.0.0", | ||
"nyc": "~15", | ||
"shelljs": "~0.8.4", | ||
"should": "~13.2.3", | ||
"sinon": "~9.2.4" | ||
}, | ||
@@ -47,0 +47,0 @@ "bugs": { |
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
51200
26
1328