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

gulp-symlink

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-symlink - npm Package Compare versions

Comparing version

to
1.0.2

4

index.js

@@ -49,3 +49,3 @@ /* jshint node:true */

if (symlinker.prototype.debug === false) {
gutil.log('Symlink', gutil.colors.magenta(localPath(sym)), '->', gutil.colors.magenta(localPath(file.path)));
gutil.log(gutil.colors.magenta(localPath(file.path)), 'symlinked to', gutil.colors.magenta(localPath(sym)));
}

@@ -84,2 +84,4 @@ cb();

_setDebug(false);
// Expose main functionality under relative, for convenience

@@ -86,0 +88,0 @@

{
"name": "gulp-symlink",
"version": "1.0.1",
"version": "1.0.2",
"description": "Create symlinks during your gulp build.",

@@ -5,0 +5,0 @@ "license": "MIT",