Socket
Socket
Sign inDemoInstall

gulp-newer

Package Overview
Dependencies
3
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

7

index.js

@@ -133,5 +133,2 @@ var Transform = require('stream').Transform;

});
// When extra files are present, we buffer all the files.
this._bufferedFiles = [];
}

@@ -169,3 +166,3 @@

path.join(self._dest, destFileRelative) : destFileRelative;
return Q.all([Q.nfcall(fs.stat, destFileJoined),extraStats]);
return Q.all([Q.nfcall(fs.stat, destFileJoined), extraStats]);
} else {

@@ -181,3 +178,3 @@ // wait to see if any are newer, then pass through all

// dest file or directory doesn't exist, pass through all
return Q.resolve([null,this._extraStats]);
return Q.resolve([null, this._extraStats]);
} else {

@@ -184,0 +181,0 @@ // unexpected error

{
"name": "gulp-newer",
"version": "1.2.0",
"version": "1.3.0",
"description": "Only pass through newer source files",

@@ -30,8 +30,8 @@ "homepage": "https://github.com/tschaub/gulp-newer",

"devDependencies": {
"chai": "^3.4.0",
"eslint": "^2.11.1",
"eslint-config-tschaub": "^4.0.0",
"gulp": "^3.9.0",
"mocha": "^2.3.3",
"mock-fs": "^3.4.0"
"chai": "^3.5.0",
"eslint": "^3.7.1",
"eslint-config-tschaub": "^6.0.0",
"gulp": "^3.9.1",
"mocha": "^3.1.0",
"mock-fs": "^3.11.0"
},

@@ -42,3 +42,6 @@ "dependencies": {

"kew": "^0.7.0"
},
"eslintConfig": {
"extends": "tschaub"
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc