Comparing version 3.0.0 to 3.0.1
@@ -19,2 +19,7 @@ 'use strict'; | ||
// TODO: Remove this after people upgrade vinyl/transition from gulp-util | ||
if (typeof file.isSymbolic !== 'function') { | ||
file = new Vinyl(file); | ||
} | ||
var outFolderPath = folderResolver.resolve('outFolder', file); | ||
@@ -21,0 +26,0 @@ if (!outFolderPath) { |
@@ -19,2 +19,7 @@ 'use strict'; | ||
// TODO: Remove this after people upgrade vinyl/transition from gulp-util | ||
if (typeof file.isSymbolic !== 'function') { | ||
file = new Vinyl(file); | ||
} | ||
var cwd = path.resolve(optResolver.resolve('cwd', file)); | ||
@@ -21,0 +26,0 @@ |
{ | ||
"name": "vinyl-fs", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Vinyl adapter for the file system.", | ||
@@ -5,0 +5,0 @@ "author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)", |
@@ -9,3 +9,3 @@ <p align="center"> | ||
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url] | ||
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url] | ||
@@ -330,11 +330,14 @@ [Vinyl][vinyl] adapter for the file system. | ||
[npm-url]: https://www.npmjs.com/package/vinyl-fs | ||
[npm-image]: https://badge.fury.io/js/vinyl-fs.svg | ||
[npm-image]: http://img.shields.io/npm/v/vinyl-fs.svg | ||
[travis-url]: https://travis-ci.org/gulpjs/vinyl-fs | ||
[travis-image]: https://travis-ci.org/gulpjs/vinyl-fs.svg?branch=master | ||
[travis-image]: http://img.shields.io/travis/gulpjs/vinyl-fs.svg?label=travis-ci | ||
[appveyor-url]: https://ci.appveyor.com/project/gulpjs/vinyl-fs | ||
[appveyor-image]: https://img.shields.io/appveyor/ci/gulpjs/vinyl-fs.svg?label=appveyor | ||
[coveralls-url]: https://coveralls.io/r/gulpjs/vinyl-fs | ||
[coveralls-image]: https://coveralls.io/repos/gulpjs/vinyl-fs/badge.svg | ||
[coveralls-image]: http://img.shields.io/coveralls/gulpjs/vinyl-fs/master.svg | ||
[gitter-url]: https://gitter.im/gulpjs/gulp | ||
[gitter-image]: https://badges.gitter.im/gulpjs/gulp.png | ||
[gitter-image]: https://badges.gitter.im/gulpjs/gulp.svg |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1114
342
0
48806
30