
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
simple-window-manager
Advanced tools
A vanilla javascript Window Manager with optional application-level menu and keyboard accelerators
A javascript-only Window Manager
style.left and style.top to transform: translate(x, y) (should have done this sooner)I used Ventus to build internal tools and editors, but I wanted a more configurable solution with a better event model that didn't rely on CSS.
https://davidfig.github.io/window-manager/
yarn add simple-window-manager
https://davidfig.github.io/window-manager/jsdoc/
import { WindowManager } from 'simple-window-manager'
// or const WindowManager = require('simple-window-manager').WindowManager
// this is the window manager with one of the default options changed
const wm = new WindowManager({ backgroundWindow: 'green', snap: true })
// create a window
const window = wm.createWindow({ width: 500, height: 500, title: 'Test Window' })
// set content of window
window.content.style.margin = '10px'
window.content.innerHTML = 'This is a nifty window.'
MIT License (c) 2020 YOPEY YOPEY LLC by David Figatner
FAQs
A vanilla javascript Window Manager with optional application-level menu and keyboard accelerators
The npm package simple-window-manager receives a total of 47 weekly downloads. As such, simple-window-manager popularity was classified as not popular.
We found that simple-window-manager 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.