You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@0x4447/cucumber

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0x4447/cucumber - npm Package Compare versions

Comparing version
1.4.11
to
1.4.12
+1
-1
package.json
{
"name": "@0x4447/cucumber",
"version": "1.4.11",
"version": "1.4.12",
"description": "🥒 convert app.json in to .env ",

@@ -5,0 +5,0 @@ "homepage": "https://0x4447.com/toolbox",

@@ -9,5 +9,5 @@ # 🥒 Cucumber

We created this tiny app to automatically generate the `.env` file while making sure the file won't excede the 80 char ruler mark.
We created this tiny app to automatically generate the `.env` file while making sure the file won't exceed the 80 char ruler mark.
If your `app.json` file has set default values, Cucumber will automatically populate the vriables. Anything else will require your action to fill in the data.
If your `app.json` file has set default values, Cucumber will automatically populate the variables. Anything else will require your action to fill in the data.

@@ -20,4 +20,10 @@ # How to Install

# Usage
# How to Use
```
cucumber
```
# What to expect
This is an example `app.json` file that you might have in your project.

@@ -47,3 +53,3 @@

```
If you were to run `env-auto`, this is the output that you would see:
This is the output that you will get.

@@ -79,3 +85,3 @@ ```

```
As you can see, the description will be nicely formatted, the varaiables with thefault values will be filled automatcially, and the rest is up to you.
As you can see, the description will be nicely formatted, the variables with default values will be filled automatically, and the rest is up to you.

@@ -92,2 +98,2 @@ # Why This Name?

If you'd like us to help you with something, please feel free to say hello@0x4447.com, and share what's on your mind. We'll take a look, and try our best to help you. Or visit our website at: [0x4447.com](https://0x4447.com).
If you'd like us to help you with something, please feel free to say hello@0x4447.email, and share what's on your mind. We'll take a look, and try our best to help you. Or visit our website at: [0x4447.com](https://0x4447.com).