🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@rushy/imperium-cli

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushy/imperium-cli - npm Package Compare versions

Comparing version
0.6.21
to
0.7.0
+4
-2
dist/index.d.ts

@@ -67,2 +67,3 @@ import { Command } from 'commander';

noFuzzy?: boolean;
noCache?: boolean;
verbose?: boolean;

@@ -157,4 +158,5 @@ silent?: boolean;

* Install a fetched package to the resolved target directory.
* When deferLockfile is true, skips the lockfile write (caller is responsible).
*/
declare function installPackage(pkg: FetchedPackage, target: ResolvedTarget, opts: GlobalOptions): InstallResult;
declare function installPackage(pkg: FetchedPackage, target: ResolvedTarget, opts: GlobalOptions, deferLockfile?: boolean): InstallResult;
/**

@@ -192,3 +194,3 @@ * Remove a package from the target directory and lockfile.

declare function readLockfile(rootDir: string): Lockfile;
/** Write the lockfile to disk. */
/** Write the lockfile to disk with advisory file locking. */
declare function writeLockfile(rootDir: string, lock: Lockfile): void;

@@ -195,0 +197,0 @@ /** Check if a package is installed (by lockfile). */

{
"name": "@rushy/imperium-cli",
"version": "0.6.21",
"version": "0.7.0",
"description": "A package manager for agent context — install skills, reference packs, and presets for any AI agent ecosystem.",

@@ -5,0 +5,0 @@ "type": "module",

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

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