New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

build-threejs-app

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-threejs-app - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

11

bin/buildApp.js

@@ -48,15 +48,10 @@ #!/usr/bin/env node

// remove files
console.log('Removing useless files');
console.log('Removing useless files...');
execSync('npx rimraf ./.git');
fs.rmSync(path.join(projectPath, 'bin'), { recursive: true });
console.log('The installation is now complete!');
console.log('We suggest that you start by typing:');
console.log();
console.log('Done. Now run:');
console.log(` cd ${projectName}`);
console.log(' npm install');
console.log(' npm run dev');
console.log();
console.log('Enjoy your production-ready Three.js app!');
console.log('Check README.md for more info.');
} catch (error) {

@@ -63,0 +58,0 @@ console.log(error);

{
"name": "build-threejs-app",
"private": false,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",

@@ -6,0 +6,0 @@ "bin": "bin/buildApp.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