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

create-seqflow

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-seqflow - npm Package Compare versions

Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3

7

dist/index.js

@@ -60,2 +60,3 @@ import fs from "node:fs";

} else if (arg === "--help" || arg === "-h") {
const availableTemplates = templateChoices.map((t) => t.title).join(", ");
console.log(`

@@ -67,3 +68,3 @@ Usage: create-seqflow [options]

--name, -n The name of the project
--template, -t The template to use
--template, -t The template to use (${availableTemplates})
--branch, -b The branch to use

@@ -125,3 +126,5 @@ --help, -h Display this help message

const res = await fetch(
`https://codeload.github.com/allevo/seqflow-js/tar.gz/${encodeURIComponent(config.branch)}`
`https://codeload.github.com/allevo/seqflow-js/tar.gz/${encodeURIComponent(
config.branch
)}`
);

@@ -128,0 +131,0 @@ if (!res.ok) {

{
"name": "create-seqflow",
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"description": "SeqFlow CLI",

@@ -5,0 +5,0 @@ "main": "dist/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