New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-github-repo

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-github-repo - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

lib/github/githubFactory.js

2

lib/cliHelper.js

@@ -16,3 +16,3 @@ 'use strict';

_commander2.default.version('0.1.1').usage('--name <name> [token] [options]').arguments('<token>').option('-n, --name [name]', 'Repository name', '').option('-d, --desc [desc]', 'Repository description', '').option('-H, --homepage [homepage]', 'Repository homepage', '').option('-p, --private', 'Repository should be private', false).option('-i, --no-issues', 'Repository shouldn\'t have issues', false).option('-w, --no-wiki', 'Repository shouldn\'t have wiki', false).option('-d, --no-downloads', 'Repository shouldn\'t have downloads', false).option('-a, --auto-init', 'Should repository have initial commit?', false).option('-g, --gitignore', 'Should repository have wiki?', '').parse(process.argv);
_commander2.default.version('0.1.2').usage('--name <name> [token] [options]').arguments('<token>').option('-n, --name [name]', 'Repository name', '').option('-d, --desc [desc]', 'Repository description', '').option('-H, --homepage [homepage]', 'Repository homepage', '').option('-p, --private', 'Repository should be private', false).option('-i, --no-issues', 'Repository shouldn\'t have issues', false).option('-w, --no-wiki', 'Repository shouldn\'t have wiki', false).option('-d, --no-downloads', 'Repository shouldn\'t have downloads', false).option('-a, --auto-init', 'Should repository have initial commit?', false).option('-g, --gitignore', 'Should repository have wiki?', '').parse(process.argv);

@@ -19,0 +19,0 @@ var cliToken = exports.cliToken = _commander2.default.args[0]; // <token>

{
"name": "create-github-repo",
"version": "0.1.1",
"version": "0.1.2",
"description": "Create your github repos like a champ!",

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

@@ -6,3 +6,3 @@ import commander from 'commander';

commander
.version('0.1.1')
.version('0.1.2')
.usage('--name <name> [token] [options]')

@@ -9,0 +9,0 @@ .arguments('<token>')

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