Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

1n1t

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

1n1t - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

26

index.js

@@ -10,15 +10,2 @@ var B = require('br4nch');

var loader = [
'/ Installing.',
'| Installing..',
'\\ Installing...',
'- Installing..'
];
var i = 4;
var ui = new inquirer.ui.BottomBar({bottomBar: loader[i % 4]});
setInterval(function () {
ui.updateBottomBar(loader[i++ % 4]);
}, 300);
module.exports = function() {

@@ -39,2 +26,15 @@ return new Promise(function (resolve, reject) {

inquirer.prompt(questions).then(function (answers) {
var loader = [
'/ Installing.',
'| Installing..',
'\\ Installing...',
'- Installing..'
];
var i = 4;
var ui = new inquirer.ui.BottomBar({bottomBar: loader[i % 4]});
setInterval(function () {
ui.updateBottomBar(loader[i++ % 4]);
}, 300);
E(`git init && git remote add origin ${answers.url} && git remote show origin && git symbolic-ref HEAD && echo "# Hi" >> README.md && git add . && git commit -m "Hi" && git push -u origin master`)

@@ -41,0 +41,0 @@ .then((value) => {

{
"name": "1n1t",
"version": "1.0.13",
"version": "1.0.14",
"description": "Create github repository in programmatically.",

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