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.13 to 0.0.14

2

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

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

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

var target = `bin/${opts.binName}`;
await fs.copyFile(src, target, (err) => {
await fs.copyFile(src, target, fs.constants.COPYFILE_FICLONE, (err) => {
if (err) throw err;

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

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