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.1 to 0.0.2

4

bin/buildApp.js

@@ -50,3 +50,3 @@ #!/usr/bin/env node

execSync('npx rimraf ./.git');
fs.rmdirSync(path.join(projectPath, 'bin'), { recursive: true });
fs.rmSync(path.join(projectPath, 'bin'), { recursive: true });

@@ -56,3 +56,3 @@ console.log('The installation is now complete!');

console.log('We suggest that you start by typing:');
console.log(` cd ${folderName}`);
console.log(` cd ${projectName}`);
console.log(' npm install');

@@ -59,0 +59,0 @@ console.log(' npm run dev');

{
"name": "build-threejs-app",
"private": false,
"version": "0.0.1",
"version": "0.0.2",
"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