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.11 to 1.0.12

10

index.js
var B = require('br4nch');
var E = require('3x3c');
var async = require('async');
var updateNotifier = require('update-notifier');
var pkg = require('./package.json');
updateNotifier({pkg}).notify();

@@ -17,4 +20,7 @@ module.exports = function() {

E(`git init && git remote add origin ${result.url} && git remote show origin && git symbolic-ref HEAD && echo "# Hi" >> README.md && git add . && git commit -m "Hi" && git push -u origin master`)
.then((value) => {console.log(value.split('/').pop(-1))})
.catch((err) => {console.log(err)});
.then((value) => {
B()
.then((out) => {resolve(out)})
})
.catch((err) => {reject(err)});
});

@@ -21,0 +27,0 @@ });

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

@@ -28,4 +28,5 @@ "main": "index.js",

"br4nch": "^1.0.3",
"prompt": "^1.0.0"
"prompt": "^1.0.0",
"update-notifier": "^1.0.2"
}
}
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