gulp-file-include
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -9,3 +9,4 @@ 'use strict' | ||
const through = require('through2') | ||
const gutil = require('gulp-util') | ||
const Vinyl = require('vinyl') | ||
const PluginError = require('plugin-error') | ||
const extend = require('extend') | ||
@@ -50,3 +51,3 @@ const path = require('path') | ||
} catch (e) { | ||
cb(new gutil.PluginError('gulp-file-include', e.message)) | ||
cb(new PluginError('gulp-file-include', e.message)) | ||
} | ||
@@ -59,3 +60,3 @@ })) | ||
} catch (e) { | ||
cb(new gutil.PluginError('gulp-file-include', e.message)) | ||
cb(new PluginError('gulp-file-include', e.message)) | ||
} | ||
@@ -156,3 +157,3 @@ } | ||
var recFile = new gutil.File({ | ||
var recFile = new Vinyl({ | ||
cwd: process.cwd(), | ||
@@ -212,3 +213,3 @@ base: file.base, | ||
var recFile = new gutil.File({ | ||
var recFile = new Vinyl({ | ||
cwd: process.cwd(), | ||
@@ -215,0 +216,0 @@ base: file.base, |
{ | ||
"name": "gulp-file-include", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "a gulp plugin for file include", | ||
@@ -43,4 +43,5 @@ "main": "lib/index.js", | ||
"flatnest": "^1.0.0", | ||
"gulp-util": "^3.0.8", | ||
"through2": "^2.0.3" | ||
"plugin-error": "^0.1.2", | ||
"through2": "^2.0.3", | ||
"vinyl": "^2.1.0" | ||
}, | ||
@@ -47,0 +48,0 @@ "eslintConfig": { |
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
18361
339
2
7
+ Addedplugin-error@^0.1.2
+ Addedvinyl@^2.1.0
+ Addedansi-cyan@0.1.1(transitive)
+ Addedansi-red@0.1.1(transitive)
+ Addedarr-diff@1.1.0(transitive)
+ Addedarr-flatten@1.1.0(transitive)
+ Addedarr-union@2.1.0(transitive)
+ Addedarray-slice@0.2.3(transitive)
+ Addedclone@2.1.2(transitive)
+ Addedclone-buffer@1.0.0(transitive)
+ Addedclone-stats@1.0.0(transitive)
+ Addedcloneable-readable@1.1.3(transitive)
+ Addedextend-shallow@1.1.4(transitive)
+ Addedkind-of@1.1.0(transitive)
+ Addedplugin-error@0.1.2(transitive)
+ Addedremove-trailing-separator@1.1.0(transitive)
+ Addedreplace-ext@1.0.1(transitive)
+ Addedvinyl@2.2.1(transitive)
- Removedgulp-util@^3.0.8
- Removedansi-gray@0.1.1(transitive)
- Removedansi-regex@2.1.1(transitive)
- Removedansi-styles@2.2.1(transitive)
- Removedarray-differ@1.0.0(transitive)
- Removedarray-uniq@1.0.3(transitive)
- Removedbeeper@1.1.1(transitive)
- Removedchalk@1.1.3(transitive)
- Removedclone@1.0.4(transitive)
- Removedclone-stats@0.0.1(transitive)
- Removedcolor-support@1.1.3(transitive)
- Removeddateformat@2.2.0(transitive)
- Removedduplexer2@0.0.2(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedfancy-log@1.3.3(transitive)
- Removedglogg@1.0.2(transitive)
- Removedgulp-util@3.0.8(transitive)
- Removedgulplog@1.0.0(transitive)
- Removedhas-ansi@2.0.0(transitive)
- Removedhas-gulplog@0.1.0(transitive)
- Removedisarray@0.0.1(transitive)
- Removedlodash._basecopy@3.0.1(transitive)
- Removedlodash._basetostring@3.0.1(transitive)
- Removedlodash._basevalues@3.0.0(transitive)
- Removedlodash._getnative@3.9.1(transitive)
- Removedlodash._isiterateecall@3.0.9(transitive)
- Removedlodash._reescape@3.0.0(transitive)
- Removedlodash._reevaluate@3.0.0(transitive)
- Removedlodash._reinterpolate@3.0.0(transitive)
- Removedlodash._root@3.0.1(transitive)
- Removedlodash.escape@3.2.0(transitive)
- Removedlodash.isarguments@3.1.0(transitive)
- Removedlodash.isarray@3.0.4(transitive)
- Removedlodash.keys@3.1.2(transitive)
- Removedlodash.restparam@3.6.1(transitive)
- Removedlodash.template@3.6.2(transitive)
- Removedlodash.templatesettings@3.1.1(transitive)
- Removedminimist@1.2.8(transitive)
- Removedmultipipe@0.1.2(transitive)
- Removedobject-assign@3.0.0(transitive)
- Removedparse-node-version@1.0.1(transitive)
- Removedreadable-stream@1.1.14(transitive)
- Removedreplace-ext@0.0.1(transitive)
- Removedsparkles@1.0.1(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedstrip-ansi@3.0.1(transitive)
- Removedsupports-color@2.0.0(transitive)
- Removedtime-stamp@1.1.0(transitive)
- Removedvinyl@0.5.3(transitive)