New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@skillkit/tui

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skillkit/tui - npm Package Compare versions

Comparing version
1.4.0
to
1.5.0
+27
-14
dist/index.d.ts

@@ -5,3 +5,3 @@ import * as react_jsx_runtime from 'react/jsx-runtime';

type Screen = 'home' | 'browse' | 'installed' | 'sync' | 'settings' | 'recommend' | 'translate' | 'context' | 'workflow' | 'execute' | 'history' | 'marketplace' | 'memory';
type Screen = 'home' | 'browse' | 'installed' | 'sync' | 'settings' | 'recommend' | 'translate' | 'context' | 'workflow' | 'execute' | 'history' | 'marketplace' | 'memory' | 'team' | 'plugins';
declare function App(): react_jsx_runtime.JSX.Element;

@@ -65,2 +65,14 @@

interface Props$d {
cols?: number;
rows?: number;
}
declare function Browse({ rows }: Props$d): react_jsx_runtime.JSX.Element;
interface Props$c {
cols?: number;
rows?: number;
}
declare function Installed({ rows }: Props$c): react_jsx_runtime.JSX.Element;
interface Props$b {

@@ -70,3 +82,3 @@ cols?: number;

}
declare function Browse({ rows }: Props$b): react_jsx_runtime.JSX.Element;
declare function Sync({ rows }: Props$b): react_jsx_runtime.JSX.Element;

@@ -77,3 +89,3 @@ interface Props$a {

}
declare function Installed({ rows }: Props$a): react_jsx_runtime.JSX.Element;
declare function Settings(_props: Props$a): react_jsx_runtime.JSX.Element;

@@ -84,3 +96,3 @@ interface Props$9 {

}
declare function Sync({ rows }: Props$9): react_jsx_runtime.JSX.Element;
declare function Recommend({ rows }: Props$9): react_jsx_runtime.JSX.Element;

@@ -91,3 +103,3 @@ interface Props$8 {

}
declare function Settings({}: Props$8): react_jsx_runtime.JSX.Element;
declare function Translate({ rows }: Props$8): react_jsx_runtime.JSX.Element;

@@ -98,3 +110,3 @@ interface Props$7 {

}
declare function Recommend({ rows }: Props$7): react_jsx_runtime.JSX.Element;
declare function Context({ rows }: Props$7): react_jsx_runtime.JSX.Element;

@@ -105,3 +117,3 @@ interface Props$6 {

}
declare function Translate({ rows }: Props$6): react_jsx_runtime.JSX.Element;
declare function Memory({ rows }: Props$6): react_jsx_runtime.JSX.Element;

@@ -112,3 +124,3 @@ interface Props$5 {

}
declare function Context({ rows }: Props$5): react_jsx_runtime.JSX.Element;
declare function Workflow({ rows }: Props$5): react_jsx_runtime.JSX.Element;

@@ -119,3 +131,3 @@ interface Props$4 {

}
declare function Memory({ rows }: Props$4): react_jsx_runtime.JSX.Element;
declare function Execute({ rows }: Props$4): react_jsx_runtime.JSX.Element;

@@ -126,3 +138,3 @@ interface Props$3 {

}
declare function Workflow({ rows }: Props$3): react_jsx_runtime.JSX.Element;
declare function History({ rows }: Props$3): react_jsx_runtime.JSX.Element;

@@ -133,3 +145,3 @@ interface Props$2 {

}
declare function Execute({ rows }: Props$2): react_jsx_runtime.JSX.Element;
declare function Marketplace({ rows }: Props$2): react_jsx_runtime.JSX.Element;

@@ -140,3 +152,3 @@ interface Props$1 {

}
declare function History({ rows }: Props$1): react_jsx_runtime.JSX.Element;
declare function Team({ rows }: Props$1): react_jsx_runtime.JSX.Element;

@@ -147,3 +159,3 @@ interface Props {

}
declare function Marketplace({ rows }: Props): react_jsx_runtime.JSX.Element;
declare function Plugins({ rows }: Props): react_jsx_runtime.JSX.Element;

@@ -170,2 +182,3 @@ interface UseSkillsResult {

currentRepo: string | null;
failedRepos: string[];
refresh: () => void;

@@ -255,2 +268,2 @@ search: (query: string) => void;

export { App, Browse, Context, Execute, Header, History, Home, Installed, Marketplace, Memory, Recommend, type Screen, SearchInput, Settings, Sidebar, type SkillItem, SkillList, StatusBar, Sync, Translate, Workflow, colors, logo, startTUI, symbols, useKeyboard, useListNavigation, useMarketplace, useMemory, useRecommend, useSkills };
export { App, Browse, Context, Execute, Header, History, Home, Installed, Marketplace, Memory, Plugins, Recommend, type Screen, SearchInput, Settings, Sidebar, type SkillItem, SkillList, StatusBar, Sync, Team, Translate, Workflow, colors, logo, startTUI, symbols, useKeyboard, useListNavigation, useMarketplace, useMemory, useRecommend, useSkills };
{
"name": "@skillkit/tui",
"version": "1.4.0",
"version": "1.5.0",
"description": "Terminal UI for SkillKit",

@@ -24,4 +24,4 @@ "type": "module",

"react": "^18.3.1",
"@skillkit/agents": "1.4.0",
"@skillkit/core": "1.4.0"
"@skillkit/core": "1.5.0",
"@skillkit/agents": "1.5.0"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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

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