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

create-backan

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-backan - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

dist/bin.js

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

const existsInput = existsPathSync(inputDir);
if (existsInput) return `The project name "${n}" already exists. Please choose a different name.`;
if (existsInput) return `The project name "${v}" already exists. Please choose a different name.`;
}

@@ -49,0 +49,0 @@ });

@@ -19,3 +19,3 @@ import { spinner, log, note, outro, cancel } from "@clack/prompts";

}
const version = "0.0.7";
const version = "0.0.8";
const homepage = "https://backan.pigeonposse.com";

@@ -309,4 +309,4 @@ const bugs = {

You can debug error with ${italic("--debug")} flag
Or contact with developers in: ${link(bugsUrl)}`);
You can debug the error with the ${italic("--debug")} flag
Or contact developers at: ${link(bugsUrl)}`);
process.exit(0);

@@ -313,0 +313,0 @@ }

{
"name": "create-backan",
"version": "0.0.7",
"version": "0.0.8",
"type": "module",

@@ -5,0 +5,0 @@ "license": "GPL-3.0",

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