Socket
Socket
Sign inDemoInstall

create-nexus-app

Package Overview
Dependencies
52
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

16

nexus.js
#!/usr/bin/env node
const degit = require('degit');
const { execSync } = require("child_process");

@@ -48,3 +49,6 @@ async function main(){

});
execSync(`npm i`, {
stdio: "inherit",
});
console.log("Dashboard repository cloned successfully!");

@@ -66,3 +70,8 @@ }

console.log('done');
});
execSync(`npm i`, {
stdio: "inherit",
});

@@ -88,3 +97,8 @@ console.log("Landing Page repository cloned successfully!");

execSync(`npm i`, {
stdio: "inherit",
});
console.log("Blank Template repository cloned successfully!");
}

@@ -91,0 +105,0 @@ catch(error){

5

package.json
{
"dependencies": {
"degit": "^2.8.4",
"inquirer": "^9.2.11"
"inquirer": "^9.2.11",
"child_process": "^1.0.2"
},
"name": "create-nexus-app",
"version": "1.1.1",
"version": "1.1.2",
"bin": {

@@ -9,0 +10,0 @@ "create-nexus-app": "./nexus.js"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc