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 4.8.30 to 4.8.31

2

gulp/index.js

@@ -210,3 +210,3 @@ "use strict";

};
const { stdout, stderr } = child_process.spawn(BIN_GULP || BIN_NPX, { cwd: process.cwd(), shell: true, stdio: index_1.default.hasLogType(32768 /* LOG_VALUE.STDOUT */) && !broadcastId ? 'inherit' : undefined, signal: this.signal })
const { stdout, stderr } = child_process.spawn(BIN_GULP || BIN_NPX, args, { cwd: process.cwd(), shell: true, stdio: index_1.default.hasLogType(32768 /* LOG_VALUE.STDOUT */) && !broadcastId ? 'inherit' : undefined, signal: this.signal })
.on('exit', code => {

@@ -213,0 +213,0 @@ if (!code) {

{
"name": "@squared-functions/task",
"version": "4.8.30",
"version": "4.8.31",
"description": "Task constructor for squared-functions",

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

"dependencies": {
"@squared-functions/core": "4.8.30",
"@squared-functions/core": "4.8.31",
"strip-ansi": "6.0.1",
"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