Socket
Socket
Sign inDemoInstall

asdfui

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asdfui - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/index.js

25

dist/types.js

@@ -1,19 +0,6 @@

export var BorderColor;
(function (BorderColor) {
BorderColor["FOCUSED"] = "green";
BorderColor["UNFOCUSED"] = "white";
})(BorderColor || (BorderColor = {}));
export var Keys;
(function (Keys) {
Keys["QUIT"] = "q";
Keys["INSTALL"] = "i";
Keys["UNINSTALL"] = "u";
Keys["GLOBAL"] = "g";
Keys["TOGGLE"] = "a";
})(Keys || (Keys = {}));
export var TabName;
(function (TabName) {
TabName[TabName["PLUGINS"] = 0] = "PLUGINS";
TabName[TabName["VERSIONS"] = 1] = "VERSIONS";
TabName[TabName["GLOBAL"] = 2] = "GLOBAL";
})(TabName || (TabName = {}));
import { createRequire as _createRequire } from 'node:module';
const require = _createRequire(import.meta.url);
var i=(e=>(e.FOCUSED="green",e.UNFOCUSED="white",e))(i||{}),r=(n=>(n.QUIT="q",n.INSTALL="i",n.UNINSTALL="u",n.GLOBAL="g",n.TOGGLE="a",n))(r||{}),L=(t=>(t[t.PLUGINS=0]="PLUGINS",t[t.VERSIONS=1]="VERSIONS",t[t.GLOBAL=2]="GLOBAL",t))(L||{});export{i as BorderColor,r as Keys,L as TabName};
//# sourceMappingURL=types.js.map
{
"name": "asdfui",
"version": "1.0.0",
"version": "1.0.1",
"bin": "dist/cli.js",

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

"scripts": {
"build": "rimraf dist && tsc && tsc-alias",
"dev": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")",
"build": "rimraf dist && tsup",
"dev": "tsup --watch src/index.ts",
"lint": "ESLINT_USE_FLAT_CONFIG=true eslint '{src,test}/**/*.ts' --cache",

@@ -47,5 +47,5 @@ "lint:fix": "ESLINT_USE_FLAT_CONFIG=true eslint '{src,test}/**/*.ts' --cache --fix",

"ink-select-input": "^5.0.0",
"install": "^0.13.0",
"is-online": "^10.0.0",
"react": "^18.2.0",
"tsup": "^7.2.0",
"zustand": "^4.4.6"

@@ -64,6 +64,4 @@ },

"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.8",
"typescript": "^5.2.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc