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

keza

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keza - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

templates/gitignore

2

index.js

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

} else if (item === "-g" || item === "--gitignore") {
generate(__dirname + "/templates/" + ".gitignore", ".gitignore");
generate(__dirname + "/templates/" + "gitignore", ".gitignore");
} else if (item === "-ho" || item === "--hound") {

@@ -34,0 +34,0 @@ generate(__dirname + "/templates/" + ".hound.yml", ".hound.yml");

{
"name": "keza",
"version": "1.0.5",
"version": "1.0.6",
"description": "Generate nodejs CI template files, Eslint config files, gitignore and readme file from the command line when keza's CLI is installed globally",

@@ -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