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.2 to 1.0.3

1

bin/generators/full-stack/index.js

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

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

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

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

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

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

2

package.json
{
"name": "@chevtek/cli",
"version": "1.0.2",
"version": "1.0.3",
"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