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.42 to 0.0.43

2

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

@@ -6,0 +6,0 @@ "type": "git",

@@ -6,2 +6,4 @@ #!/usr/bin/env node

const helper = require("./helper");
const path = require('path');
const fs = require('fs');

@@ -43,3 +45,5 @@ // Mapping from Node's `process.arch` to Golang's `$GOARCH`

console.log('Current directory is: ', __dirname);
console.log('__dirname: ', __dirname);
console.log('path.dirname: ', path.dirname);
console.log('path.resolve(__dirname): ', path.resolve(__dirname));
}
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