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.5 to 1.0.6

8

bin.js

@@ -45,3 +45,3 @@ #!/usr/bin/env Node

function removeDefaultGit() {
function removeDefaultGit(projectName) {
return new Promise(resolve => {

@@ -56,3 +56,3 @@ const process = spawn('cd', [`./${projectName}`, '&&', 'rm', '-rf', '.git']);

function createNewGit() {
function createNewGit(projectName) {
return new Promise(resolve => {

@@ -77,4 +77,4 @@ const process = spawn('cd', [`./${projectName}`, '&&', 'git', 'init']);

await createProject(projectName);
await removeDefaultGit();
await createNewGit();
await removeDefaultGit(projectName);
await createNewGit(projectName);

@@ -81,0 +81,0 @@ console.log('Project created!');

{
"name": "create-l3-app",
"version": "1.0.5",
"version": "1.0.6",
"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