Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-l3-app

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-l3-app - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

13

bin.js

@@ -37,12 +37,4 @@ #!/usr/bin/env Node

return new Promise(resolve => {
const process = spawn('bun', ['create', 'lukeb06/create-l3-app', projectName]);
const process = spawn('git', ['clone', 'https://github.com/lukeb06/create-l3-app', `./${projectName}`, '--depth', '1']);
process.stdout.on('data', data => {
console.log(data.toString());
});
process.stderr.on('data', data => {
console.log(data.toString());
});
process.on('close', code => {

@@ -59,3 +51,6 @@ resolve(code);

console.log('Creating project...');
await createProject(projectName);
console.log('Project created!');
}

@@ -62,0 +57,0 @@

{
"name": "create-l3-app",
"version": "1.0.2",
"version": "1.0.3",
"bin": {

@@ -5,0 +5,0 @@ "create-l3-app": "bin.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