New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lwrjs/base-template-engine

Package Overview
Dependencies
Maintainers
7
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwrjs/base-template-engine - npm Package Compare versions

Comparing version 0.0.2-alpha8 to 0.0.2-alpha9

4

build/index.js

@@ -7,4 +7,4 @@ "use strict";

function registerEngine(app, config) {
const viewsDir = config.application.views[0];
const layoutsDir = config.application.layouts[0];
const viewsDir = config.contentDir;
const layoutsDir = config.layoutsDir;
app.engine('html', index_1.templateMiddleware({

@@ -11,0 +11,0 @@ views: viewsDir,

@@ -7,3 +7,3 @@ {

},
"version": "0.0.2-alpha8",
"version": "0.0.2-alpha9",
"homepage": "https://lwr.dev/",

@@ -27,3 +27,3 @@ "repository": {

},
"gitHead": "c010a3b75892789968c39442644bf333a59529c9"
"gitHead": "082cdd98d88f586287d1bc5e20fee3ad024708f1"
}
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