secure-flow
Advanced tools
Comparing version 1.0.5-beta-5 to 1.0.5-beta-6
{ | ||
"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": [ |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
17834
1