Socket
Socket
Sign inDemoInstall

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.8 to 1.0.9

4

index.js

@@ -16,4 +16,4 @@ var B = require('br4nch');

prompt.get([{name:'url', required: true, description: "Git remote url: Ex. https://github.com/cagataycali/br4anch.git"}], function (err, result) {
E(`git init && git remote add origin ${result.url}`)
.then((value) => {resolve(value)})
E(`git init && git remote add origin ${result.url} && git remote show origin && git symbolic-ref HEAD`)
.then((value) => {resolve(value.split('/').pop(-1))})
.catch((err) => {reject(err)});

@@ -20,0 +20,0 @@ });

{
"name": "1n1t",
"version": "1.0.8",
"version": "1.0.9",
"description": "Git init or get current branch easily",

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