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.3 to 1.0.4

4

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") {

@@ -74,3 +74,3 @@ generate(__dirname + "/templates/" + ".hound.yml", ".hound.yml");

keza
.version("1.0.3")
.version("1.0.4")
.option("-b, --babel", "generate babelrc")

@@ -77,0 +77,0 @@ .option("-d, --docker", "generate docker file")

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

@@ -15,3 +15,3 @@ "main": "index.js",

},
"dependencies": {
"devDependencies": {
"chalk": "^3.0.0",

@@ -21,5 +21,3 @@ "clear": "^0.1.0",

"commander": "^4.0.1",
"figlet": "^1.2.4"
},
"devDependencies": {
"figlet": "^1.2.4",
"chai": "^4.2.0",

@@ -26,0 +24,0 @@ "coveralls": "3.0.9",

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