Socket
Socket
Sign inDemoInstall

@chevtek/cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chevtek/cli - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

bin/generators/full-stack/index.js

@@ -60,3 +60,3 @@ "use strict";

return new Promise(function (resolve, reject) {
command = /^win/.test(process.platform) ? command + ".cmd" : command;
// command = /^win/.test(process.platform) ? command + ".cmd" : command;
var cmd = child_process_1.default.spawn(command, args, { cwd: cwd, stdio: "inherit" });

@@ -63,0 +63,0 @@ cmd.on("error", reject);

@@ -20,3 +20,3 @@ import fs from "fs";

new Promise((resolve, reject) => {
command = /^win/.test(process.platform) ? command + ".cmd" : command;
// command = /^win/.test(process.platform) ? command + ".cmd" : command;
const cmd = childProcess.spawn(command, args, { cwd, stdio: "inherit" });

@@ -23,0 +23,0 @@ cmd.on("error", reject);

{
"name": "@chevtek/cli",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

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

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