create-rstack
Advanced tools
+2
-2
@@ -24,3 +24,3 @@ export declare type Argv = { | ||
| */ | ||
| export declare function copyFolder({ from, to, version, packageName, packageManager, isMergePackageJson, skipFiles, }: { | ||
| export declare function copyFolder({ from, to, version, packageName, templateParameters, isMergePackageJson, skipFiles, }: { | ||
| from: string; | ||
@@ -30,3 +30,3 @@ to: string; | ||
| packageName?: string; | ||
| packageManager: string; | ||
| templateParameters?: Record<string, string>; | ||
| isMergePackageJson?: boolean; | ||
@@ -33,0 +33,0 @@ skipFiles?: string[]; |
+1
-1
| { | ||
| "name": "create-rstack", | ||
| "version": "1.7.8", | ||
| "version": "1.7.9", | ||
| "description": "Create a new Rstack project", | ||
@@ -5,0 +5,0 @@ "repository": { |
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 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 1 instance in 1 package
108778
0.25%2238
0.31%