Socket
Socket
Sign inDemoInstall

ejs-prerender

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

ejs-prerender - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "ejs-prerender",
"version": "1.0.0",
"version": "1.0.1",
"description": "A tool for structured pre-rendering of EJS templates and partials",

@@ -5,0 +5,0 @@ "keywords": ["ejs", "prerender", "ssr"],

# ejs-prerender
## Usage
This package is typically used as a devDependency. Install by running `npm i -D ejs-prerender`. It can be used as an npm script like the following:
```
"build:templates": "ejs-prerender",
```
and run manually using `npx`:
```
npx ejs-prerender
```
This package utilizes the debug library, so adding `DEBUG=*` to a `.env` file or the command path (`DEBUG=* npx ejs-prerender`) will enable logging of everything.≈
## Configuration

@@ -4,0 +20,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