New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.2.0 to 1.2.1

9

index.js

@@ -186,2 +186,9 @@ #!/usr/bin/env node

config.set(coc);
const email = await qoa.input({
query: " Enter Email:",
handle: "email"
});
config.set(email);
}

@@ -292,3 +299,3 @@

await write_files(
".", coc.get_coc(lang_id),
".", coc.get_coc(lang_id,config.get('email')),
"CODE_OF_CONDUCT", "md"

@@ -295,0 +302,0 @@ );

2

package.json
{
"name": "qikstart",
"version": "1.2.0",
"version": "1.2.1",
"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",

Sorry, the diff of this file is too big to display

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