New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@juuxstar/gulp-guzzle

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@juuxstar/gulp-guzzle - npm Package Compare versions

Comparing version

to
1.0.6

8

guzzle.js

@@ -58,3 +58,3 @@ /**

task._started = new Date();
if (prettyPrint) { printTasks(); }
if (prettyPrint) printTasks();
});

@@ -67,3 +67,3 @@

task._ended = new Date();
if (prettyPrint) { printTasks(); }
if (prettyPrint) printTasks();
});

@@ -73,3 +73,3 @@

findGuzzleTask(event.task)._state = State.ERROR;
if (prettyPrint) { printTasks(); }
if (prettyPrint) printTasks();
});

@@ -132,3 +132,3 @@

this._onDoneFunction = callback => {
if (this._runOnce && this._state !== State.NOT_STARTED) {
if (this._runOnce && this._ended) {
return callback();

@@ -135,0 +135,0 @@ }

{
"name": "@juuxstar/gulp-guzzle",
"version": "1.0.4",
"version": "1.0.6",
"main": "guzzle.js",

@@ -5,0 +5,0 @@ "dependencies": {