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.1

6

index.js

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

var map = require('event-stream').map,
var map = require('map-stream'),
path = require('path'),

@@ -32,3 +32,3 @@ mkdirp = require('mkdirp').sync,

if (e.code !== 'EEXIST') {
cb('gulp-symlink: ' + e);
cb(new Error('gulp-symlink: ' + e));
}

@@ -40,3 +40,3 @@ }

// Fail if we caught another error (other than the symlink already exists)
cb('gulp-symlink: ' + e);
cb(new Error('gulp-symlink: ' + e));
}

@@ -43,0 +43,0 @@ }

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

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

"dependencies": {
"event-stream": "~3.0.15",
"mkdirp": "~0.3.5"
"mkdirp": "~0.3.5",
"map-stream": "0.0.4"
},

@@ -28,0 +28,0 @@ "devDependencies": {