@material-design-icons/scripts
Advanced tools
+1
-1
| { | ||
| "name": "@material-design-icons/scripts", | ||
| "version": "0.5.0", | ||
| "version": "0.5.1", | ||
| "description": "Scripts to download latest Material Symbols and Material Icons.", | ||
@@ -5,0 +5,0 @@ "bin": "index.js", |
+5
-1
@@ -27,6 +27,10 @@ import * as fs from 'node:fs/promises'; | ||
| // type = union of all icons/symbols | ||
| lines.push(`export type ${typeNames[1]} = ${typeNames[0]}[number];`); | ||
| lines.push(`type ${typeNames[1]} = ${typeNames[0]}[number];`); | ||
| lines.push(''); | ||
| // explicit export to avoid the following issue: https://stackoverflow.com/q/61797149 | ||
| lines.push(`export { ${typeNames[1]} };`); | ||
| lines.push(''); | ||
| return lines.join('\n'); | ||
| }; |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
31485
0.46%511
0.59%