🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

hand-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hand-cli - npm Package Compare versions

Comparing version
0.2.4
to
0.2.5
+4
commands/test.js
const fs_extra = require('fs-extra')
const fs = require('fs');
const join = require('path').join;
fs_extra.copy(join(__dirname, '../deployScript'), join(process.cwd(), 'deploy_script'))
+1
-1

@@ -230,4 +230,4 @@ const ejs = require('ejs');

fs_extra.copy('./deployScript', join(process.cwd(), 'deploy_script'))
fs_extra.copy(join(__dirname, '../deployScript'), join(process.cwd(), 'deploy_script'))
});
{
"name": "hand-cli",
"version": "0.2.4",
"version": "0.2.5",
"description": "A simple CLI for creating your Jenkins",

@@ -5,0 +5,0 @@ "bin": {

const fs_extra = require('fs-extra')
const fs = require('fs');
const join = require('path').join;
const nodeversion = new Uint8Array(Buffer.from('8.11.3'));
fs_extra.copy('./deployScript', join(process.cwd(), 'deploy_script'))