Huge News!Announcing our $40M Series B led by Abstract Ventures.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.1.2 to 0.1.3

5

dist/index.js

@@ -47,6 +47,5 @@ #!/usr/bin/env node

const { projectName, template } = result;
const root = path.join(parentDir, projectName);
fs.mkdirSync(root);
fs.mkdirSync(projectName);
const templateDir = getTemplateDir(template);
console.log(`\nScaffolding project in ${root}...`);
console.log(`\nScaffolding project...`);
copyDir(templateDir, projectName);

@@ -53,0 +52,0 @@ console.log(`\nDone. Now run:\n`);

7

package.json

@@ -5,3 +5,3 @@ {

"private": false,
"version": "0.1.2",
"version": "0.1.3",
"type": "module",

@@ -31,4 +31,5 @@ "bin": "dist/index.js",

"scripts": {
"build": "rm -rf dist && npx tsc",
"test": "npx tsc && node dist/index.js"
"remove": "rm -rf dist",
"build": "npm run remove && npx tsc",
"test": "npm run build && node dist/index.js"
},

@@ -35,0 +36,0 @@ "dependencies": {

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