aki-angular-secure-config
Version:
The `aki-angular-secure-config` is a new npm package developed to address a security vulnerability in Angular applications. This package ensures that sensitive configuration data in `config.json` is protected from being inspected or extracted via browser
41 lines (40 loc) • 1.18 kB
JSON
{
"name": "aki-angular-secure-config",
"version": "1.0.26",
"description": "The `aki-angular-secure-config` is a new npm package developed to address a security vulnerability in Angular applications. This package ensures that sensitive configuration data in `config.json` is protected from being inspected or extracted via browser network tools or debugging features.",
"main": "dist/index.js",
"type": "module",
"bin": {
"aki-angular-secure-config": "dist/bin/cli.js"
},
"scripts": {
"start": "node dist/index.js",
"start-yarn": "node dist/index.js --use-yarn",
"build": "node build-script.js && node obfuscate.js"
},
"keywords": [
"aki",
"angular",
"security",
"config",
"encryption"
],
"author": "Ahmed Khaled Ibrahim",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.2.0",
"global": "^4.4.0",
"ora": "^8.0.1"
},
"devDependencies": {
"copyfiles": "^2.4.1",
"javascript-obfuscator": "^4.1.1"
},
"files": [
"dist/*",
"dist/resources/*",
"resources/*",
"README.md"
],
"homepage": "https://medium.com/@ahmedkhaled1190/aki-angular-secure-configuration-8b9e7a8d1a0f"
}