Socket
Socket
Sign inDemoInstall

1n1t

Package Overview
Dependencies
114
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.19 to 1.0.20

19

index.js

@@ -96,8 +96,12 @@ var async = require('async');

C(obj)
.then((value) => {resolve(obj)})
.catch((err) => {reject(value)})
.then((value) => {
resolve(obj)
})
.catch((err) => {
reject(value)
})
})
})
})
});
})
}

@@ -108,4 +112,9 @@

check()
.then((value) => {resolve(value)})
.catch((err) => {reject(err)})
.then((value) => {
resolve(value)
})
.catch((err) => {
reject(err)
})
})
}
{
"name": "1n1t",
"version": "1.0.19",
"version": "1.0.20",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc