gulp-append-prepend
Advanced tools
Comparing version
var through = require('through2'); | ||
var gutil = require('gulp-util'); | ||
var fs = require('fs'); | ||
var read = require('read-file'); | ||
var PluginError = gutil.PluginError; | ||
@@ -15,3 +15,3 @@ | ||
for(i = 0; i < filepaths.length; i++){ | ||
filesContents.push(fs.readFileSync(filepaths[i], "utf8")); | ||
filesContents.push(read.sync(filepaths[i], 'utf8')); | ||
} | ||
@@ -18,0 +18,0 @@ return filesContents; |
{ | ||
"name": "gulp-append-prepend", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A simple gulp plugin to append and prepend files.", | ||
@@ -25,6 +25,8 @@ "main": "index.js", | ||
}, | ||
"licenses": [{ | ||
"type": "MIT", | ||
"url": "https://github.com/NoczCore/gulp-append-prepend/blob/master/LICENSE" | ||
}], | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/NoczCore/gulp-append-prepend/blob/master/LICENSE" | ||
} | ||
], | ||
"engines": { | ||
@@ -34,6 +36,6 @@ "node": ">= 0.10.0" | ||
"dependencies": { | ||
"fs": "0.0.2", | ||
"gulp-util": "^3.0.7", | ||
"read-file": "^0.2.0", | ||
"through2": "^2.0.1" | ||
} | ||
} | ||
} |
# gulp-append-prepend | ||
Simple Gulp plugin for append or prepend. | ||
Simple Gulp plugin. | ||
@@ -14,3 +14,3 @@ ##Usage | ||
``` | ||
```javascript | ||
var gap = require('gulp-append-prepend'); | ||
@@ -40,2 +40,2 @@ | ||
##Disclaimer | ||
I am sorry for my poor English. Feel free to make changes in this README. | ||
I am sorry for my poor English. Feel free to make changes in this README. |
Sorry, the diff of this file is not supported yet
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
5
25%40
2.56%0
-100%5545
-2.08%+ Added
+ Added
- Removed
- Removed