Comparing version 3.0.0 to 3.0.1
@@ -7,2 +7,3 @@ 'use strict' | ||
var assign = require('object-assign') | ||
var Buffer = require('safe-buffer').Buffer | ||
@@ -9,0 +10,0 @@ module.exports = function (data, options, settings) { |
{ | ||
"name": "gulp-ejs", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A plugin for Gulp that parses ejs template files", | ||
@@ -27,5 +27,6 @@ "keywords": [ | ||
"dependencies": { | ||
"ejs": "2.5.5", | ||
"ejs": "2.5.6", | ||
"gulp-util": "3.0.8", | ||
"object-assign": "^4.1.0", | ||
"safe-buffer": "^5.0.1", | ||
"through2": "2.0.3" | ||
@@ -35,4 +36,4 @@ }, | ||
"mocha": "3.1.2", | ||
"should": "11.2.0", | ||
"standard": "^8.6.0" | ||
"should": "11.2.1", | ||
"standard": "^10.0.0" | ||
}, | ||
@@ -39,0 +40,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
242
0
14155
5
19
+ Addedsafe-buffer@^5.0.1
+ Addedejs@2.5.6(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
- Removedejs@2.5.5(transitive)
Updatedejs@2.5.6