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

07-cli

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

07-cli - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

commands/cra.js

2

07.js
#!/usr/bin/env node
const { program } = require("commander");
const yml = require("./commands/yml");
// Colors to style console logs
const colors = require("colors");

@@ -5,0 +7,0 @@ colors.setTheme({

14

commands/yml.js

@@ -22,16 +22,6 @@ /*

// Colors to style console logs
const colors = require("colors");
colors.setTheme({
info: "cyan",
highlight: "bgCyan",
meta: "grey",
warn: "yellow",
success: "bgGreen",
error: "red",
});
// Emoji function
const emoji = require("node-emoji");
const e = (n) => emoji.get(n);
function init(options) {

@@ -103,3 +93,3 @@ /* ********************************** */

execSync(
"echo 'on: push\nname: 🚀 Deploy website on push\njobs:\n web-deploy:\n name: 🎉 Deploy\n runs-on: ubuntu-latest\n steps:\n - name: 🚚 Get latest code\n uses: actions/checkout@v2\n - uses: actions/setup-node@v2\n with:\n node-version: '14'\n cache: 'yarn'\n\n - name: 🧐 Check for node_modules cache\n id: cache-node-modules\n uses: actions/cache@v2\n with:\n path: node_modules\n key: node-modules-${{ hashFiles('package-lock.json') }}\n\n - name: 😅 Installing node_modules\n if: steps.cache.outputs.cache-hit != 'true'\n run: yarn install\n\n - name: 🔨 Building project!\n run: yarn build\n\n - name: 📂 Sync files through ftp\n uses: SamKirkland/FTP-Deploy-Action@4.1.0\n with:\n local-dir: ./build/\n server: " +
"echo 'on: push\nname: 🚀 Deploy website on push\njobs:\n web-deploy:\n name: 🎉 Deploy\n runs-on: ubuntu-latest\n steps:\n - name: 🚚 Get latest code\n uses: actions/checkout@v2\n - uses: actions/setup-node@v2\n with:\n node-version: '14'\n cache: 'yarn'\n\n - name: 🧐 Check for node_modules cache\n id: cache-node-modules\n uses: actions/cache@v2\n with:\n path: node_modules\n key: node-modules-${{ hashFiles('package-lock.json') }}\n\n - name: 😅 Installing node_modules\n if: steps.cache.outputs.cache-hit != 'true'\n run: yarn install\n\n - name: 🔨 Building project!\n run: yarn build\n\n - name: 📂 Sync files through ftp\n uses: SamKirkland/FTP-Deploy-Action@4.1.0\n with:\n local-dir: ./build/\n server: " +
`${host}` +

@@ -106,0 +96,0 @@ "\n state-name: ../.ftp-deploy-sync-state.json\n server-dir: umbraco/w" +

{
"name": "07-cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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