You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

secure-flow

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

secure-flow - npm Package Compare versions

Comparing version

to
1.0.5-beta-6

5

package.json
{
"name": "secure-flow",
"version": "1.0.5-beta-5",
"version": "1.0.5-beta-6",
"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.",

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

"create-config": "ts-node src/cli.ts",
"inq": "ts-node --experimental-specifier-resolution=node src/setup"
"inq": "ts-node --experimental-specifier-resolution=node src/setup",
"postinstall": "npx run create-secureflow-config"
},

@@ -18,0 +19,0 @@ "keywords": [