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

gulp-ejs

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-ejs - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

index.js

@@ -9,2 +9,3 @@ 'use strict';

settings = settings || {};
options = options || {};
settings.ext = settings.ext || '.html';

@@ -14,2 +15,3 @@

try {
options.filename = options.filename || file.path;
file.contents = new Buffer(ejs.render(file.contents.toString(), options));

@@ -16,0 +18,0 @@ file.path = gutil.replaceExtension(file.path, settings.ext);

2

package.json
{
"name": "gulp-ejs",
"version": "0.1.4",
"version": "0.1.5",
"description": "A plugin for Gulp that parses ejs template files",

@@ -5,0 +5,0 @@ "keywords": [

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