Socket
Socket
Sign inDemoInstall

@squared-functions/task

Package Overview
Dependencies
32
Maintainers
1
Versions
304
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.10.5 to 4.11.0

4

gulp/index.js

@@ -8,4 +8,4 @@ "use strict";

const which = require("which");
const types_1 = require("../../types");
const index_1 = require("../index");
const types_1 = require("@squared-functions/types");
const index_1 = require("@squared-functions/task");
const BIN_NPX = index_1.default.sanitizeCmd(which.sync('npx', { nothrow: true }) || 'npx');

@@ -12,0 +12,0 @@ const BIN_GULP = index_1.default.sanitizeCmd(which.sync("gulp" /* STRINGS.MODULE_NAME */, { nothrow: true }) || '');

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const core_1 = require("../core");
const core_1 = require("@squared-functions/core");
class Task extends core_1.Client {

@@ -5,0 +5,0 @@ static finalize(instance, assets) {

{
"name": "@squared-functions/task",
"version": "4.10.5",
"version": "4.11.0",
"description": "Task constructor for squared-functions.",

@@ -21,4 +21,4 @@ "main": "index.js",

"dependencies": {
"@squared-functions/core": "4.10.5",
"@squared-functions/types": "4.10.5",
"@squared-functions/core": "4.11.0",
"@squared-functions/types": "4.11.0",
"strip-ansi": "6.0.1",

@@ -25,0 +25,0 @@ "which": "^2.0.2"

### @squared-functions/task
PEP 402 - Forever
### LICENSE
MIT
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc