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

ejs2html

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ejs2html - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

8

cli.js

@@ -121,2 +121,6 @@ #! /usr/bin/env node

if (!fileConfig.dest) {
return process.stdout.write(rendered);
}
options.dest = options.dest || '.';

@@ -135,4 +139,2 @@

}
log.success(`Successfully compiled ${dest}`);
});

@@ -172,3 +174,3 @@ });

function validateFileConfig(fileConfig) {
const requiredParams = ['template', 'dest'];
const requiredParams = ['template'];

@@ -175,0 +177,0 @@ let i = 0;

@@ -12,3 +12,2 @@ {

{
"dest": "about/index.html",
"template": "layout",

@@ -15,0 +14,0 @@ "locals": {

{
"name": "ejs2html",
"version": "1.1.0",
"version": "1.2.0",
"description": "A simple CLI for making HTML files from EJS templates.",

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

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