create-rstack
Advanced tools
+2
-1
@@ -12,5 +12,6 @@ import { multiselect, select, text } from '@clack/prompts'; | ||
| export type ESLintTemplateName = 'vanilla-js' | 'vanilla-ts' | 'react-js' | 'react-ts' | 'vue-ts' | 'vue-js' | 'svelte-js' | 'svelte-ts'; | ||
| export declare function create({ name, root, templates, getTemplateName, mapESLintTemplate, }: { | ||
| export declare function create({ name, root, templates, skipFiles, getTemplateName, mapESLintTemplate, }: { | ||
| name: string; | ||
| root: string; | ||
| skipFiles?: string[]; | ||
| templates: string[]; | ||
@@ -17,0 +18,0 @@ getTemplateName: (argv: Argv) => Promise<string>; |
+1
-1
| { | ||
| "name": "create-rstack", | ||
| "version": "1.0.0", | ||
| "version": "1.0.1", | ||
| "description": "Create a new Rstack project", | ||
@@ -5,0 +5,0 @@ "repository": { |
+7
-0
@@ -20,4 +20,11 @@ # create-rstack | ||
| ## Example | ||
| See: [create-rsbuild](https://github.com/web-infra-dev/rsbuild/tree/main/packages/create-rsbuild). | ||
|  | ||
| ## License | ||
| [MIT](./LICENSE). |
Sorry, the diff of this file is too big to display
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
137720
0.3%1554
0.45%30
30.43%