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

create-laju-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-laju-app - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

3

bin/cli.js

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

console.log('📝 Copying environment file...');
execSync('cp .env.example .env', { stdio: 'inherit' });
execSync(process.platform === 'win32' ? 'copy .env.example .env' : 'cp .env.example .env', { stdio: 'inherit' });
console.log('🔄 Running migrations...');

@@ -70,0 +71,0 @@ execSync('npx knex migrate:latest', { stdio: 'inherit' });

{
"name": "create-laju-app",
"version": "1.0.5",
"version": "1.0.6",
"keywords": [

@@ -5,0 +5,0 @@ "laju",

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