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

create-alpine-app

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-alpine-app - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

init.js

2

bin/index.js

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

const gitCheckoutCommand = `git clone --depth 1 https://github.com/thedevdojo/create-alpine-app ${repoName}`;
const installDepsCommand = `cd ${repoName} && npm install`;
const installDepsCommand = `cd ${repoName} && npm install && node init.js`;

@@ -23,0 +23,0 @@ console. log(`Cloning the repository with name ${repoName}`);

{
"name": "create-alpine-app",
"version": "0.0.5",
"type" : "module",
"version": "0.0.6",
"bin": {

@@ -6,0 +5,0 @@ "create-alpine-app": "bin/index.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