Socket
Socket
Sign inDemoInstall

azure-pipelines-task-lib

Package Overview
Dependencies
Maintainers
6
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azure-pipelines-task-lib - npm Package Compare versions

Comparing version 2.10.0 to 2.10.1

2

package.json
{
"name": "azure-pipelines-task-lib",
"version": "2.10.0",
"version": "2.10.1",
"description": "Azure Pipelines Task SDK",

@@ -5,0 +5,0 @@ "main": "./task.js",

import Q = require('q');
import events = require('events');
import stream = require('stream');
/**

@@ -26,5 +25,5 @@ * Interface for exec options

/** Optional. Default is process.stdout. */
outStream?: stream.Writable;
outStream?: NodeJS.WritableStream;
/** Optional. Default is process.stderr. */
errStream?: stream.Writable;
errStream?: NodeJS.WritableStream;
/** optional. Whether to skip quoting/escaping arguments if needed. defaults to false. */

@@ -31,0 +30,0 @@ windowsVerbatimArguments?: boolean;

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