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.1.1 to 2.1.2

13

commands/gh.js

@@ -42,6 +42,11 @@ /*

);
execSync(`git push --set-upstream origin main`, {
stdio: "inherit",
});
rl.close("success");
rl.question(
`${"Trykk enter for å pushe til repository du lagde"} `,
function () {
execSync(`git push --set-upstream origin main`, {
stdio: "inherit",
});
rl.close("success");
}
);
} else {

@@ -48,0 +53,0 @@ rl.close("failure");

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