Comparing version 0.9.4-rc2 to 0.9.4-rc3
@@ -1242,3 +1242,3 @@ 'use strict'; | ||
var result = lget(obj, path, def); | ||
var result = lget(obj, path); | ||
@@ -1248,3 +1248,3 @@ if (typeof result === 'string' && matchPath.test(result)) { | ||
} else { | ||
return result; | ||
return result || def; | ||
} | ||
@@ -1251,0 +1251,0 @@ }; |
{ | ||
"name": "menhera", | ||
"version": "0.9.4-rc2", | ||
"version": "0.9.4-rc3", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
37115