Socket
Socket
Sign inDemoInstall

kick-init

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

2

git.js

@@ -14,3 +14,3 @@ 'use strict';

//pull token out of json object
const token = (fs.readFileSync(configPath)) ? JSON.parse(fs.readFileSync(configPath)) : null;
const token = (fs.existsSync(configPath)) ? JSON.parse(fs.readFileSync(configPath)) : null;

@@ -17,0 +17,0 @@ module.exports = (info) => {

{
"name": "kick-init",
"version": "1.0.1",
"version": "1.0.2",
"description": "cli tool for getting your new project a kick start!",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc