
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
higlass-image
Advanced tools
A collection of tracks for viewing image data in HiGlass
HiGlass in dark mode showing a beautiful gigapixel image of Rio de Janeiro by The Rio de Janeiro - Hong Kong Connection
Live Demo: http://higlass-image.lekschas.de
Note: This is the source code for image tracks only! You might want to check out the following repositories as well:
npm install higlass-image
Note: We assume that you have create and ingested a SQLite-based image tileset database. If you're asking yourself "what the fu*! are they talking about" please check out our image tiles to SQLite converter.
hglib.js
. For example:<script src="higlass-image.js"></script>
<script src="hglib.js"></script>
<script>
...
</script>
{
...
center: [
{
uid: 'c1',
type: 'combined',
options: {},
contents: [
{
uid: 'my-fancy-tiled-image',
type: 'image-tiles',
server: 'http://localhost:8001/api/v1/',
tilesetUid: 'my-fancy-tiled-image',
options: {
name: 'My fancy tiled image'
}
},
],
},
],
...
}
Take a look at src/index.html
for an example.
$ git clone https://github.com/flekschas/higlass-image && higlass-image
$ npm install
Developmental server: npm start
Production build: npm run build
v0.2.0
v1.3
v7
, added husky, lint-staged, and stylelint for better lintingFAQs
A plugin track for viewing image data in HiGlass
The npm package higlass-image receives a total of 1 weekly downloads. As such, higlass-image popularity was classified as not popular.
We found that higlass-image 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
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket investigates hidden protestware in npm packages that blocks user interaction and plays the Ukrainian anthem for Russian-language visitors.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.