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

create-kitql

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-kitql - npm Package Compare versions

Comparing version 0.0.4-next.1 to 0.0.4-next.2

9

bin.js

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

import { exit } from 'process'
import { fileURLToPath } from 'url'

@@ -16,3 +15,3 @@ const { version } = JSON.parse(fs.readFileSync(new URL('package.json', import.meta.url), 'utf-8'))

// prepare options
const templatesDir = sourcePath(`./templates`)
const templatesDir = `./templates`
const options = fs

@@ -121,3 +120,3 @@ .readdirSync(templatesDir)

copy(
sourcePath(path.join(templatesDir, template)),
path.join(templatesDir, template),
projectDir,

@@ -197,6 +196,2 @@ {

function sourcePath(/** @type {string} */ path) {
return fileURLToPath(new URL(path, import.meta.url).href)
}
// function pCancel(cancelText = 'Operation cancelled.') {

@@ -203,0 +198,0 @@ // p.cancel(cancelText)

@@ -9,3 +9,3 @@ {

],
"version": "0.0.4-next.1",
"version": "0.0.4-next.2",
"license": "MIT",

@@ -12,0 +12,0 @@ "type": "module",

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