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
0.1.5

2

gulpfile.js

@@ -23,5 +23,5 @@ /* jshint node:true */

clear();
gutil.log(gutil.colors.cyan(event.path.replace(process.cwd(), '')) + ' ' + event.type + '.');
gutil.log(gutil.colors.cyan(event.path.replace(process.cwd(), '')) + ' ' + event.type + '. (' + gutil.colors.magenta(gutil.date('HH:MM:ss')) + ')');
gulp.run('lint');
});
});
{
"name": "gulp-symlink",
"version": "0.1.4",
"version": "0.1.5",
"description": "Create symlinks during your gulp build.",

@@ -33,3 +33,3 @@ "license": "MIT",

"gulp-jshint": "~1.3.4",
"gulp-util": "~2.2.5",
"gulp-util": "~2.2.6",
"jshint-stylish": "~0.1.5",

@@ -36,0 +36,0 @@ "mocha": "~1.16.2"

Sorry, the diff of this file is not supported yet