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.7 to 1.0.9

1

bin/generators/full-stack/index.js

@@ -58,2 +58,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" });

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

@@ -18,2 +18,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" });

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

4

package.json
{
"name": "@chevtek/cli",
"version": "1.0.7",
"version": "1.0.9",
"description": "",

@@ -12,3 +12,3 @@ "bin": {

"build": "npm run clean && tsc",
"clean": "rm -rf ./bin",
"clean": "rimraf ./bin",
"prepublish": "npm run build"

@@ -15,0 +15,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