Describe the feature
npm has accepted RFC 54: Make install scripts opt-in.
it would be nice if npmx would show useful info about the allowScripts field if present in package.json. Example from the RFC:
{
"allowScripts": {
"canvas": true,
"sharp": true,
"core-js": false,
"nx@21.6.4 || 21.6.5": true
}
}
Additional information
Final checks
Describe the feature
npm has accepted RFC 54: Make install scripts opt-in.
it would be nice if npmx would show useful info about the
allowScriptsfield if present inpackage.json. Example from the RFC:{ "allowScripts": { "canvas": true, "sharp": true, "core-js": false, "nx@21.6.4 || 21.6.5": true } }Additional information
Final checks