New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-ejs-monster

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-ejs-monster - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

5

CHANGELOG.md

@@ -12,2 +12,7 @@ # Change log

### 3.1.1 [2018-01-04]
Remove [deprecated `gulp-util`](https://github.com/gulpjs/gulp-util) from dependencies
---

@@ -14,0 +19,0 @@

6

index.js

@@ -8,3 +8,3 @@ 'use strict';

* @author Oleg Dutchenko <dutchenko.o.dev@gmail.com>
* @version 3.1.0
* @version 3.1.2
*/

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

const through2 = require('through2');
const gutil = require('gulp-util');
const PluginError = require('plugin-error');
const notSupportedFile = require('gulp-not-supported-file');

@@ -53,3 +53,3 @@ const rewrite = require('rewrite-ext');

*/
const pluginError = (data, options) => new gutil.PluginError(pkg.name, data, options);
const pluginError = (data, options) => new PluginError(pkg.name, data, options);

@@ -56,0 +56,0 @@ /**

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

{
"name": "gulp-ejs-monster",
"version": "3.1.1",
"version": "3.1.2",
"description": "Gulp plugin for ejs with steroids",

@@ -35,6 +35,6 @@ "main": "index.js",

"esprima": "^4.0.0",
"gulp-not-supported-file": "^1.2.1",
"gulp-util": "^3.0.8",
"gulp-not-supported-file": "^1.2.5",
"json-lint": "^0.1.0",
"lodash": "^4.5.0",
"plugin-error": "^0.1.2",
"rewrite-ext": "^1.0.0",

@@ -45,3 +45,3 @@ "through2": "^2.0.3"

"del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp": "^4.0.0",
"gulp-jsdoc3": "^1.0.1",

@@ -48,0 +48,0 @@ "gulp-mocha": "^4.3.1",

@@ -0,0 +0,0 @@ # gulp-ejs-monster

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

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