Socket
Socket
Sign inDemoInstall

ejs-prerender-loader

Package Overview
Dependencies
29
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

2

index.js

@@ -23,3 +23,3 @@ const ejs = require('ejs');

const filename = this.getRemainingRequest(this).replace(/^!/, "");
const filename = this.remainingRequest.replace(/^!/, "");
// Use filenames relative to working dir, which should be project root

@@ -26,0 +26,0 @@ // options.filename = path.relative(process.cwd(), this.resourcePath);

{
"name": "ejs-prerender-loader",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

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

@@ -5,2 +5,4 @@ # ejs-prerender-loader

> _Warning:_ This loader requires Webpack 5!
This webpack plugin is based on the [ejs-prerender](https://github.com/djragsdale/ejs-prerender/tree/master/packages/ejs-prerender) package. See that for more information on configuration options and goals. This Webpack loader was specifically created for use by [ejs-prerender-webpack-plugin](https://github.com/djragsdale/ejs-prerender/tree/master/packages/ejs-prerender-webpack-plugin).

@@ -7,0 +9,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc