Socket
Socket
Sign inDemoInstall

gulp-include

Package Overview
Dependencies
103
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

index.js

@@ -94,3 +94,3 @@ var fs = require('fs'),

if (replaceContent) {
content = content.replace(matches[i], replaceContent);
content = content.replace(matches[i], function(){return replaceContent});
}

@@ -97,0 +97,0 @@ }

{
"name": "gulp-include",
"version": "2.0.1",
"version": "2.0.2",
"description": "Makes inclusion of files a breeze. Enables functionality similar to that of snockets / sprockets or other file insertion compilation tools.",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/wiledal/gulp-include",

@@ -70,2 +70,5 @@ #gulp-include [![NPM version][npm-image]][npm-url] ![Travis build][travis-image]

## Release log
#### 2.0.2
* Updated replace to support specials [Riim](https://github.com/Riim)
#### 2.0.1

@@ -72,0 +75,0 @@ * Fixed an issue with indenting

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc