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.2.9 to 2.3.0

26

commands/gh.js

@@ -37,7 +37,9 @@ /*

execSync(
`
`gh repo create 07-media-sor/${name} --private -y &&
echo "# 07_test-repo-best" >> README.md
git init && git add .
git commit -m "first commit"
gh repo create 07-media-sor/${name} --private -y`,
git remote add origin https://github.com/07-media-sor/${name}.git
git push -u origin main
`,
{

@@ -47,22 +49,2 @@ stdio: "inherit",

);
if (
[
execSync(`uname`, {
stdio: "inherit",
}) == "Darwin",
]
) {
execSync(
`
git remote add origin https://github.com/07-media-sor/${name}.git
git push -u origin main`,
{
stdio: "inherit",
}
);
} else {
execSync(`git push -u origin main`, {
stdio: "inherit",
});
}
} else {

@@ -69,0 +51,0 @@ rl.close("failure");

2

package.json
{
"name": "07-cli",
"version": "2.2.9",
"version": "2.3.0",
"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