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.3.3 to 2.3.4

12

commands/gh.js

@@ -50,3 +50,2 @@ /*

git branch -M main
git remote add origin https://github.com/07-media-sor/${name}.git
`,

@@ -57,10 +56,5 @@ {

);
execSync(
`
git push -u origin main
`,
{
stdio: "inherit",
}
);
execSync(`git push -u origin main`, {
stdio: "inherit",
});
} else {

@@ -67,0 +61,0 @@ rl.close("failure");

{
"name": "07-cli",
"version": "2.3.3",
"version": "2.3.4",
"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