@11ty/eleventy
Advanced tools
Comparing version 3.0.0-alpha.8 to 3.0.0-alpha.9
{ | ||
"name": "@11ty/eleventy", | ||
"version": "3.0.0-alpha.8", | ||
"version": "3.0.0-alpha.9", | ||
"description": "A simpler static site generator.", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -74,2 +74,6 @@ import types from "node:util/types"; | ||
if (isPlainObject(fallbackValue)) { | ||
if (Object.isFrozen(fallbackValue)) { | ||
return fallbackValue; | ||
} | ||
debug("handler:get (fallback, object)", prop); | ||
@@ -80,6 +84,2 @@ // set empty object on primary | ||
if (Object.isFrozen(fallbackValue)) { | ||
return fallbackValue; | ||
} | ||
return wrapObject(emptyObject, fallbackValue); | ||
@@ -86,0 +86,0 @@ } |
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