New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 3.1.3 to 3.2.0

3

index.js

@@ -7,3 +7,2 @@ 'use strict'

var ejs = require('ejs')
var Buffer = require('safe-buffer').Buffer

@@ -32,3 +31,3 @@ var gulpEjs = function (data, options, settings) {

try {
file.contents = new Buffer(
file.contents = Buffer.from(
ejs.render(file.contents.toString(), fileData, options)

@@ -35,0 +34,0 @@ )

{
"name": "gulp-ejs",
"version": "3.1.3",
"version": "3.2.0",
"description": "A plugin for Gulp that parses ejs template files",

@@ -27,13 +27,12 @@ "keywords": [

"dependencies": {
"ejs": "2.5.9",
"ejs": "2.6.1",
"plugin-error": "^1.0.0",
"replace-ext": "^1.0.0",
"safe-buffer": "^5.0.1",
"through2": "2.0.3"
},
"devDependencies": {
"mocha": "5.1.1",
"should": "13.2.1",
"standard": "^11.0.0",
"vinyl": "^2.1.0"
"mocha": "5.2.0",
"should": "13.2.3",
"standard": "12.0.1",
"vinyl": "^2.2.0"
},

@@ -40,0 +39,0 @@ "engines": {

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