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

.editorconfig

2

package.json
{
"name": "gulp-symlink",
"version": "0.1.2",
"version": "0.1.3",
"description": "Create symlinks during your gulp build.",

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

/* jshint node: true */
/* jshint expr:true */
/* global describe, it, before, beforeEach, after, afterEach */
/* global describe, it, after */

@@ -34,3 +34,3 @@ 'use strict';

stream.on('data', function(data) {
stream.on('data', function() {
expect(fs.existsSync(testPath)).to.be.true;

@@ -48,3 +48,3 @@ expect(fs.lstatSync(testPath).isSymbolicLink()).to.be.true;

stream.on('data', function(data) {
stream.on('data', function() {
expect(fs.existsSync(subTestPath)).to.be.true;

@@ -51,0 +51,0 @@ expect(fs.lstatSync(subTestPath).isSymbolicLink()).to.be.true;