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.3 to 1.0.4

5

index.js
const ejs = require('ejs');
const ejsPrerender = require('ejs-prerender');
const utils = require('loader-utils');
const merge = require('merge');

@@ -21,3 +20,3 @@

const options = merge(defaultOptions, utils.getOptions(this));
const options = merge(defaultOptions, this.getOptions());
// options.client = true; // Removes the include() function in favor of a callback

@@ -30,3 +29,3 @@

// Most plugins return this template function. I can't do that because the internal referenced
// Most plugins return this template function. I can't do that because the internal references
// are no longer in closure.

@@ -33,0 +32,0 @@ const template = ejs.compile(source, options);

3

package.json
{
"name": "ejs-prerender-loader",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -14,3 +14,2 @@ "main": "index.js",

"ejs-prerender": "^1.1.1",
"loader-utils": "^3.2.0",
"merge": "^2.1.1"

@@ -17,0 +16,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