Steve
Steve
DDeno
Created by Steve on 5/9/2025 in #help
How to use permissions with node scripts
@Mrcool 🇵🇸 yes that's what i was thinking when using package.json you can run javascript with full permissions without an opt in. i was hoping to be able to set some flag in the config to reduce the permissions of all package.json scripts
8 replies
DDeno
Created by Steve on 5/9/2025 in #help
How to use permissions with node scripts
The scripts would just be something like
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
},
8 replies