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

qikstart

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qikstart - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

8

index.js

@@ -305,7 +305,7 @@ #!/usr/bin/env node

if (config.get('issue_template') === true) {
if (!fs.existsSync(path.join('.github','ISSUE_TEMPLATE'))) {
fs.mkdirSync(path.join('.github','ISSUE_TEMPLATE'));
if (!fs.existsSync(path.join(process.cwd(),'.github','ISSUE_TEMPLATE'))) {
fs.mkdirSync(path.join(process.cwd(),'.github','ISSUE_TEMPLATE'));
}
await write_files(
path.join('.github','ISSUE_TEMPLATE'),
path.join(process.cwd(),'.github','ISSUE_TEMPLATE'),
issue.bug(),

@@ -316,3 +316,3 @@ "bug_report",

await write_files(
path.join('.github','ISSUE_TEMPLATE'),
path.join(process.cwd(),'.github','ISSUE_TEMPLATE'),
issue.feature(),

@@ -319,0 +319,0 @@ "feature_request",

{
"name": "qikstart",
"version": "1.3.1",
"version": "1.3.2",
"description": "CLI tool to kick-start a GitHub repository (LICENSE,CODE-OF-CONDUCT,README,ISSUE-TEMPLATE and many more..)",

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