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

gulp-append-prepend

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-append-prepend - npm Package Compare versions

Comparing version

to
1.0.3

.npmignore

4

index.js
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