You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign 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.10
to
1.7.11
+10
-0
dist/index.d.ts

@@ -16,2 +16,7 @@ export declare type Argv = {

/**
* Collect AGENTS.md files from template directories
*/
export declare function collectAgentsFiles(agentsMdSearchDirs: string[]): string[];
/**
* Copy files from one folder to another.

@@ -51,2 +56,7 @@ * @param from Source folder

/**
* Merge AGENTS.md files from multiple sources
*/
export declare function mergeAgentsFiles(agentsFiles: string[]): string;
/**
* Merge two package.json files and keep the order of keys.

@@ -53,0 +63,0 @@ * @param targetPackage Path to the base package.json file

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

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

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