Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
electron-react-titlebar
Advanced tools
A github desktop style title bar component for electron.
npm i --save electron-react-titlebar
npm run build
npm run demo
app.on('ready', () => {
require('electron-react-titlebar/main').initialize()
})
import { TitleBar } from 'electron-react-titlebar/renderer'
import 'electron-react-titlebar/assets/style.css'
ReactDOM.render(
<TitleBar menu={menuTemplate} icon={iconPath} />,
document.querySelector('title-bar')
)
ReactDOM.render(
<TitleBar menu={menuTemplate} icon={iconPath}>
<link rel="stylesheet" type="text/css" href={require.resolve('electron-react-titlebar/assets/style.css')} />
</TitleBar>,
document.body
)
Elements to be rendered in between the menu and the window controls (optional).
Disable minimize button (optional).
Disable maximize button (optional).
Path to icon file (optional).
The browserWindow's id that window controls affect to. Default value is the browserWindow that renders the component (optional).
Menu template of Electron's Menu (optional).
Note: electron-react-titlebar is supporting a subset of Electron's MenuItem.
Supported options:
click
- supported, but the callback only have item
and event
parameter, and the browserWindow
parameter is removed due to restriction since Electron@14type
- submenu
is not supported.label
- supportedenabled
- supportedvisible
- supportedchecked
- supportedThe v1.0.0 version contains following breaking changes:
React@16.8
or newer versionelectron-react-titlebar/renderer
currentWindow
prop has been removed, instead you can control your browserWindow by browserWindowId
propIf you're still using Electron below 14 and don't want to take breaking changes, you can still use 0.x version of electron-react-titlebar.
FAQs
A github desktop style title bar component for electron.
The npm package electron-react-titlebar receives a total of 174 weekly downloads. As such, electron-react-titlebar popularity was classified as not popular.
We found that electron-react-titlebar demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.