Socket
Socket
Sign inDemoInstall

@enonic/cli-test

Package Overview
Dependencies
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enonic/cli-test - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

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

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

@@ -145,3 +145,3 @@ #!/usr/bin/env node

console.info(`Copying the relevant binary for your platform ${process.platform}`);
const src= `./dist/enonic_${process.platform}_${ARCH_MAPPING[process.arch]}/${opts.binName}`;
const src= `./dist/enonic_${PLATFORM_MAPPING[process.platform]}_${ARCH_MAPPING[process.arch]}/${opts.binName}`;
await execShellCommand(`cp ${src} ${opts.binPath}/${opts.binName}`);

@@ -148,0 +148,0 @@ await verifyAndPlaceBinary(opts.binName, opts.binPath, callback);

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