Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@daytona/lds-engine

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daytona/lds-engine - npm Package Compare versions

Package was removed
Sorry, it seems this package was removed from the registry
Comparing version
0.3.0
to
0.3.1
+1
-1
index.js

@@ -22,3 +22,3 @@ var objectDeepMap = require('./lib/object-deep-map');

// Loop through all template files and register as child path e.g. {{> component:mycomponent/child }}
if (value && value.templates) {
if (value && value.templates && value.templates.length) {
value.templates.forEach((template) => {

@@ -25,0 +25,0 @@ options.registerPartial(`${value.partialName}/${template.name}`, template.content);

{
"name": "@daytona/lds-engine",
"version": "0.3.0",
"version": "0.3.1",
"description": "Templating engine for LDS",

@@ -5,0 +5,0 @@ "main": "index.js",