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
2.1.2

2

index.js

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

if(exists && !options.force) {
return errored.call(self, 'Destination file exists ('+destination+') - use force option to replace', callback);
return errored.call(self, 'Destination file exists ('+symlink.path+') - use force option to replace', callback);
} else {

@@ -105,0 +105,0 @@

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

@@ -24,15 +24,15 @@ "license": "MIT",

"through2": "~2.0.0",
"async": "~1.2.1"
"async": "~1.4.0"
},
"devDependencies": {
"chai": "~3.0.0",
"chai": "~3.2.0",
"clear": "0.0.1",
"gulp": "~3.9.0",
"gulp-jshint": "~1.11.0",
"gulp-mocha": "~2.1.2",
"gulp-jshint": "~1.11.2",
"gulp-mocha": "~2.1.3",
"jshint-stylish": "~2.0.1",
"mocha": "^2.2.5",
"rimraf": "~2.4.0"
"rimraf": "~2.4.2"
},
"main": "index.js"
}

Sorry, the diff of this file is not supported yet