Socket
Socket
Sign inDemoInstall

inftest-cli

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.6

6

config/index.js
// config info
const CONFIG = {
projectName: 'inftest-cli',
authorID: 'maxiaodong04', // missId
templateName: 'inftest-cli', // 模板名称
projectName: 'react-cli',
authorID: 'li-shuaishuai', // github ID
templateName: 'react-template', // 模板名称
branch: 'master', // 下载模板的分支

@@ -8,0 +8,0 @@ npmReg: 'https://registry.npmjs.org/',

@@ -14,3 +14,3 @@

return new Promise((resolve, reject) => {
download('direct:ssh://git@git.sankuai.com/~maxiaodong04/mxd-first-rep.git', target, (err) => {
download(`${CONFIG.authorID}/${CONFIG.templateName}#${CONFIG.branch}`, target, (err) => {
if (err) {

@@ -17,0 +17,0 @@ spinner.fail();

{
"name": "inftest-cli",
"version": "0.0.4",
"version": "0.0.6",
"description": "auto make",

@@ -5,0 +5,0 @@ "bin": {

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