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 2.0.0 to 2.1.0

4

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

@@ -26,3 +26,3 @@ "keywords": [

"dependencies": {
"ejs": "2.3.4",
"ejs": "2.4.1",
"gulp-util": "3.0.7",

@@ -29,0 +29,0 @@ "through2": "2.0.0"

@@ -126,3 +126,6 @@ /*global describe, it*/

String(newFile.contents).should.equal(String(expectedFileWithPartial.contents));
var current = newFile.contents.toString().replace(/\r?\n|\r/g, '');
var expected = expectedFileWithPartial.contents.toString().replace(/\r?\n|\r/g, '');
current.should.equal(expected);
done();

@@ -129,0 +132,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