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.1.2 to 1.1.3

lib/templates/mongodb/docker-compose.yml

10

lib/constants.js

@@ -14,2 +14,6 @@ const path = require("path");

},
docker_compose: {
postgresql: path.join(__dirname) + "\\templates\\postgres\\docker-compose.yml",
mongodb: path.join(__dirname) + "\\templates\\mongodb\\docker-compose.yml",
},
lint: {

@@ -47,2 +51,8 @@ eslintrc: path.join(__dirname) + "\\templates\\.eslintrc",

},
{
type: "checkbox",
message: "Docker Compose",
name: "docker_compose",
choices: ["postgresql", "mongodb"],
},
{

@@ -49,0 +59,0 @@ type: "checkbox",

2

lib/help.js

@@ -7,3 +7,3 @@ const cli = require("commander");

.description("generate template files very fast")
.version("1.1.2")
.version("1.1.3")
.parse(process.argv);

@@ -10,0 +10,0 @@ keza.on("--help", function () {

{
"name": "keza",
"version": "1.1.2",
"version": "1.1.3",
"description": "Generate template files(Eslint config files, gitignore, readme..etc) from the command line",

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

"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2"
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1"
},
"dependencies": {
"chalk": "^4.0.0",
"chalk": "^4.1.0",
"clear": "^0.1.0",
"cli-progress": "^3.6.1",
"commander": "^5.0.0",
"figlet": "^1.3.0",
"inquirer": "^7.1.0",
"ora": "^4.0.3"
"cli-progress": "^3.8.2",
"commander": "^6.2.0",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"ora": "^5.1.0"
},

@@ -45,2 +45,2 @@ "repository": {

"homepage": "https://github.com/knowbee/keza#readme"
}
}
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