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.16 to 1.0.17

4

index.js

@@ -93,6 +93,6 @@ var async = require('async');

.then((obj) => {
E(`git init; git remote add origin ${obj.url};`)
E(`git init && git remote add origin ${obj.url}`)
.then((value) => {
C(obj)
.then((value) => {resolve(value)})
.then((value) => {console.log('Committing done..');resolve(value)})
.catch((err) => {reject(value)})

@@ -99,0 +99,0 @@ })

{
"name": "1n1t",
"version": "1.0.16",
"version": "1.0.17",
"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