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

gulp-expect-file

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-expect-file - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

index.js

@@ -48,5 +48,8 @@ 'use strict';

function eachFile(file, encoding, done) {
var originalFile = file;
numTests++;
// To fix relative path to be based on cwd (where gulpfile.js exists)
file = originalFile.clone();
file.base = file.cwd;

@@ -68,3 +71,3 @@

}
_this.push(file);
_this.push(originalFile);
done();

@@ -71,0 +74,0 @@ });

2

package.json
{
"name": "gulp-expect-file",
"version": "0.0.2",
"version": "0.0.3",
"author": "Kota Saito <kotas.nico@gmail.com>",

@@ -5,0 +5,0 @@ "copyright": "2014 Kota Saito",

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