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 2.5.0 to 2.5.1

16

commands/craumb.js

@@ -37,17 +37,3 @@ /*

execSync(
`
npx create-react-app 07_cra_${name} --template 07
&& cd 07_cra_${name}
&& yarn
&& yarn build
&& cd ../
&& git clone https://github.com/07-media-sor/07_umb9_boilerplate.git
&& dotnet new --debug:reinit
&& dotnet new -i ./07_umb9_boilerplate
&& dotnet new 07-umb9-template -o 07_umb9_${name}
&& rm -rf ./07_umb9_boilerplate
&& cp -R ../07_cra_${name}/build ../07_umb9_${name}/wwwroot/
&& cd ./07_umb9_${name}
&& dotnet run
&& code .`,
` npx create-react-app 07_cra_${name} --template 07 && cd 07_cra_${name} && yarn && yarn build && cd ../&& git clone https://github.com/07-media-sor/07_umb9_boilerplate.git&& dotnet new --debug:reinit && dotnet new -i ./07_umb9_boilerplate && dotnet new 07-umb9-template -o 07_umb9_${name} && rm -rf ./07_umb9_boilerplate && cp -R ../07_cra_${name}/build ../07_umb9_${name}/wwwroot/ && cd ./07_umb9_${name} && dotnet run && code .`,
{ stdio: "inherit" }

@@ -54,0 +40,0 @@ );

2

package.json
{
"name": "07-cli",
"version": "2.5.0",
"version": "2.5.1",
"description": "A command line tool for 07 organization",

@@ -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