Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@11ty/eleventy

Package Overview
Dependencies
Maintainers
1
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@11ty/eleventy - npm Package Compare versions

Comparing version 3.0.0-alpha.8 to 3.0.0-alpha.9

2

package.json
{
"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 @@ }

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc