Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.11 to 1.0.12

6

bin/generators/full-stack/index.js

@@ -123,4 +123,4 @@ "use strict";

"build": "run-s build:clean build:server && run-p build:client build:dependencies",
"build:server": "cd ./server && npm run build && mv ./build ../build",
"build:client": "cd ./client && npm run build && mv ./build ../build/client",
"build:server": "cd ./server && npm run build && move-cli ./build ../build",
"build:client": "cd ./client && npm run build && move-cli ./build ../build/client",
"build:dependencies": "cd ./build && npm install",

@@ -133,3 +133,3 @@ "build:clean": "rimraf ./build"

_a.sent();
return [4 /*yield*/, spawn("npm", ["install", "-D", "npm-run-all", "wait-on", "rimraf"], dir)];
return [4 /*yield*/, spawn("npm", ["install", "-D", "npm-run-all", "wait-on", "rimraf", "move-cli"], dir)];
case 2:

@@ -136,0 +136,0 @@ _a.sent();

@@ -63,5 +63,5 @@ import fs from "fs";

"run-s build:clean build:server && run-p build:client build:dependencies",
"build:server": "cd ./server && npm run build && mv ./build ../build",
"build:server": "cd ./server && npm run build && move-cli ./build ../build",
"build:client":
"cd ./client && npm run build && mv ./build ../build/client",
"cd ./client && npm run build && move-cli ./build ../build/client",
"build:dependencies": "cd ./build && npm install",

@@ -77,3 +77,3 @@ "build:clean": "rimraf ./build"

"npm",
["install", "-D", "npm-run-all", "wait-on", "rimraf"],
["install", "-D", "npm-run-all", "wait-on", "rimraf", "move-cli"],
dir

@@ -80,0 +80,0 @@ );

{
"name": "@chevtek/cli",
"version": "1.0.11",
"version": "1.0.12",
"description": "",

@@ -29,13 +29,13 @@ "bin": {

"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"yargs": "^15.0.2"
},
"devDependencies": {
"@types/rimraf": "^2.0.3",
"@types/debug": "^4.1.5",
"@types/node": "^12.12.21",
"@types/prettier": "^1.19.0",
"@types/node": "^12.12.21",
"@types/rimraf": "^2.0.3",
"@types/yargs": "^13.0.3",
"rimraf": "^3.0.0",
"typescript": "^3.7.4"
}
}
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