Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vinyl-fs

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vinyl-fs - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

lib/symlink/link-file.js

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

if (statErr && statErr.code !== 'ENOENT') {
return onWritten(statErr);
return callback(statErr);
}

@@ -33,0 +33,0 @@ // If target doesn't exist, the vinyl will still carry the target stats.

{
"name": "vinyl-fs",
"version": "3.0.2",
"version": "3.0.3",
"description": "Vinyl adapter for the file system.",

@@ -5,0 +5,0 @@ "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc