Socket
Socket
Sign inDemoInstall

@salesforce/cli-plugins-testkit

Package Overview
Dependencies
Maintainers
48
Versions
296
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/cli-plugins-testkit - npm Package Compare versions

Comparing version 5.2.4-qa.1 to 5.3.0

3

lib/execCmd.js

@@ -256,2 +256,5 @@ "use strict";

return new Promise((resolve, reject) => {
if (typeof command === 'string' && command.includes('"')) {
throw new Error('Use an array of strings to represent the command when it includes quotes, ex: ["some:cmd", "--flag", "value with spaces"]');
}
const bin = (0, exports.determineExecutable)(options?.cli).trim();

@@ -258,0 +261,0 @@ const startTime = process.hrtime();

2

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

@@ -6,0 +6,0 @@ "license": "BSD-3-Clause",

Sorry, the diff of this file is not supported yet

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