File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 351351 "type" : " string" ,
352352 "enum" : [" hoisted" , " isolated" ],
353353 "default" : " hoisted"
354+ },
355+ "security" : {
356+ "$comment" : " https://bun.sh/docs/runtime/bunfig#install-security-scanner" ,
357+ "description" : " Security configuration for package installation\n https://bun.sh/docs/runtime/bunfig#install-security-scanner" ,
358+ "type" : " object" ,
359+ "additionalProperties" : false ,
360+ "properties" : {
361+ "scanner" : {
362+ "$comment" : " https://bun.sh/docs/runtime/bunfig#install-security-scanner" ,
363+ "description" : " The security scanner to use during certain package manager commands.\n https://bun.sh/docs/runtime/bunfig#install-security-scanner" ,
364+ "type" : " string" ,
365+ "examples" : [" @acme/bun-security-scanner" ]
366+ }
367+ }
354368 }
355369 }
356370 },
You can’t perform that action at this time.
0 commit comments