
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
xmind-embed-viewer
Advanced tools
Use XMind share to present your `.xmind` files on your blog or website.
Use XMind share to present your .xmind
files on your blog or website.
Install the package or reference the umd module.
npm i xmind-embed-viewer
import { XMindEmbedViewer } from 'xmind-embed-viewer'
// Intialize a viewer isntance
const viewer = new XMindEmbedViewer({
el: '#container-or-iframe', // HTMLElement | HTMLIFrameElement | string
})
see also demo source code here.
// Download remote file and load into the viewer instance
fetch('test-1.xmind')
.then(res => res.arrayBuffer())
.then(file => viewer.load(file))
console.log('Current zoomscales: ', viewer.zoomScale)
console.log('Current activated sheet id: ', viewer.currentSheetId)
console.log('All Sheets: ', viewer.sheets)
const callback = (payload) => {
console.log('Event callback with payload', payload)
}
viewer.addEventListener('event-name', callback)
viewer.removeEventListener('event-name', callback)
This project is licensed under the MIT License - see LICENSE.md file for details.
FAQs
Use XMind share to present your `.xmind` files on your blog or website.
The npm package xmind-embed-viewer receives a total of 287 weekly downloads. As such, xmind-embed-viewer popularity was classified as not popular.
We found that xmind-embed-viewer 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
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.