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

@squared-functions/task

Package Overview
Dependencies
Maintainers
1
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squared-functions/task - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

6

gulp/index.js

@@ -1,2 +0,2 @@

/* @squared-functions/task/gulp 1.2.8
/* @squared-functions/task/gulp 1.2.9
https://github.com/anpham6/squared-functions */

@@ -33,4 +33,4 @@

let gulpfile = settings[task];
if (gulpfile) {
if (!scheduled.has(task) && index_1.default.existsSafe(gulpfile = path.resolve(gulpfile))) {
if (gulpfile && index_1.default.existsSafe(gulpfile = path.resolve(gulpfile))) {
if (!scheduled.has(task)) {
if (!taskMap.has(task)) {

@@ -37,0 +37,0 @@ taskMap.set(task, new Map());

@@ -1,2 +0,2 @@

/* @squared-functions/task 1.2.8
/* @squared-functions/task 1.2.9
https://github.com/anpham6/squared-functions */

@@ -3,0 +3,0 @@

{
"name": "@squared-functions/task",
"version": "1.2.8",
"version": "1.2.9",
"description": "Task functions for squared-functions",

@@ -18,6 +18,6 @@ "main": "index.js",

"dependencies": {
"@squared-functions/module": "1.2.8",
"@squared-functions/types": "1.2.8",
"@squared-functions/module": "1.2.9",
"@squared-functions/types": "1.2.9",
"which": "^2.0.2"
}
}
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