secure-flow
Advanced tools
Comparing version 1.0.4-beta.1 to 1.0.4-beta.2
{ | ||
"name": "secure-flow", | ||
"version": "1.0.4-beta.1", | ||
"version": "1.0.4-beta.2", | ||
"description": "Secure Flow is a lightweight TypeScript utility package for encryption and decryption using the AES-256-CBC algorithm. This package simplifies the process of securely encrypting and decrypting text, making it easy to integrate strong encryption into your Node.js applications.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -10,5 +10,5 @@ ## SecureFlow Configuration Generator | ||
```bash | ||
npm install -g your-package-name | ||
npm install -g secure-flow | ||
# or | ||
yarn global add your-package-name | ||
yarn global add secure-flow | ||
``` | ||
@@ -40,2 +40,3 @@ | ||
## Example | ||
Here's an example of how to use the generated secureflow.config.ts file in your SecureFlow application: | ||
@@ -56,12 +57,16 @@ | ||
## License | ||
This package is licensed under the MIT License. | ||
## Contributing | ||
Contributions are welcome! Feel free to open an issue or submit a pull request. | ||
## Bug Reports | ||
If you find any issues with the package, please report them on the GitHub issues page. | ||
## Author | ||
Adarsh M | ||
GitHub: `[Profile](https://github.com/adarshm07/)` |
70
16409