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.0.1 to 1.0.2

4

cli.js

@@ -10,4 +10,4 @@ #! /usr/bin/env node

const exists = require('file-exists');
const pkg = require('../package.json');
const log = require('../lib/log.js');
const pkg = require('./package.json');
const log = require('./lib/log.js');

@@ -14,0 +14,0 @@ const inputExt = '.ejs';

{
"name": "ejs2html",
"version": "1.0.1",
"version": "1.0.2",
"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