Socket
Socket
Sign inDemoInstall

@salesforce/cli-plugins-testkit

Package Overview
Dependencies
10
Maintainers
0
Versions
281
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.16 to 5.3.17

1

lib/execCmd.d.ts

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

/// <reference types="node" />
import { SpawnOptionsWithoutStdio } from 'node:child_process';

@@ -3,0 +2,0 @@ import { SfError } from '@salesforce/core';

6

lib/execCmd.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Cache = exports.execInteractiveCmd = exports.Interaction = exports.execCmd = exports.determineExecutable = void 0;
exports.Cache = exports.Interaction = exports.determineExecutable = void 0;
exports.execCmd = execCmd;
exports.execInteractiveCmd = execInteractiveCmd;
/*

@@ -202,3 +204,2 @@ * Copyright (c) 2021, salesforce.com, inc.

}
exports.execCmd = execCmd;
function toString(arrOrString) {

@@ -334,3 +335,2 @@ if (Array.isArray(arrOrString)) {

}
exports.execInteractiveCmd = execInteractiveCmd;
class Cache extends Map {

@@ -337,0 +337,0 @@ static getInstance() {

{
"name": "@salesforce/cli-plugins-testkit",
"description": "Provides test utilities to assist Salesforce CLI plug-in authors with writing non-unit tests (NUT).",
"version": "5.3.16",
"version": "5.3.17",
"author": "Salesforce",

@@ -47,3 +47,3 @@ "license": "BSD-3-Clause",

"dependencies": {
"@salesforce/core": "^8.0.3",
"@salesforce/core": "^8.1.0",
"@salesforce/kit": "^3.1.6",

@@ -60,7 +60,7 @@ "@salesforce/ts-types": "^2.0.10",

"devDependencies": {
"@salesforce/dev-scripts": "^10.2.0",
"@salesforce/dev-scripts": "^10.2.2",
"@salesforce/ts-sinon": "^1.4.22",
"@types/debug": "^4.1.12",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},

@@ -67,0 +67,0 @@ "config": {},

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc