Socket
Socket
Sign inDemoInstall

@enonic/cli-test

Package Overview
Dependencies
1
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "@enonic/cli-test",
"version": "0.0.5",
"version": "0.0.6",
"description": "Command-line interface for Enonic XP",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -147,6 +147,8 @@ #!/usr/bin/env node

var copyCommand = 'cp';
var args = '';
if (process.platform === "win32") {
copyCommand = "xcopy /i";
args = ' /i';
}
await execShellCommand(`${copyCommand} ${src} ${opts.binPath}/`);
await execShellCommand(`${copyCommand} ${src} ${opts.binPath}/${args}`);
await verifyAndPlaceBinary(opts.binName, opts.binPath, callback);

@@ -153,0 +155,0 @@ }

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