Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

create-rstack

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-rstack - npm Package Compare versions

Comparing version
1.7.16
to
1.7.17
+5
-1
dist/index.d.ts

@@ -78,3 +78,7 @@ export declare type Argv = {

*/
action?: () => unknown;
action?: (context: {
templateName: string;
distFolder: string;
addAgentsMdSearchDirs: (dir: string) => void;
}) => unknown;
/**

@@ -81,0 +85,0 @@ * The custom command to run when the tool is selected.

+1
-1
{
"name": "create-rstack",
"version": "1.7.16",
"version": "1.7.17",
"description": "Create a new Rstack project",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is too big to display