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.30 to 0.0.31

dist/bin/enonic

2

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

@@ -6,0 +6,0 @@ "postinstall": "node script.js install",

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

mkdirp.sync(targetPath);
fs.copyFileSync(path.join(__dirname, 'README.md'), path.join(targetPath, 'README.md'), fs.constants.COPYFILE_FICLONE);
const file1 = path.join(targetPath, opts.binName);
const file2 = path.join(targetPath, opts.binName + '.exe');
fs.writeFileSync( file1, '' );
fs.writeFileSync( file2, '' );
}

@@ -135,0 +140,0 @@

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