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.2 to 1.3.3

4

index.js

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

if (!fs.existsSync(path.join(process.cwd(),'.github','ISSUE_TEMPLATE'))) {
fs.mkdirSync(path.join(process.cwd(),'.github','ISSUE_TEMPLATE'));
fs.mkdirSync(path.join(process.cwd(),'.github','ISSUE_TEMPLATE') ,{recursive: true}, err => {
console.log(err);
});
}

@@ -309,0 +311,0 @@ await write_files(

{
"name": "qikstart",
"version": "1.3.2",
"version": "1.3.3",
"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