Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

better-tmux

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-tmux - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

.release-it.json

4

dist/presets/index.js
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
import { useTheme } from '../hooks/use-theme.js';
const Window = ({ type, number, name }) => {
let style = type === "active" ? { bg: "#fafafa", fg: "#000000" } : {};
const theme = useTheme();
let style = type === "active" ? { bg: theme.primary, fg: theme.foreground } : {};
return (_jsxs("box", { padding: 1, ...style, children: [number, ": ", name] }));

@@ -5,0 +7,0 @@ };

{
"name": "better-tmux",
"version": "0.0.10",
"version": "0.0.11",
"exports": {

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc