Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gulp-file-include

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-file-include - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

11

lib/index.js

@@ -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": {

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