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

@gmod/bam

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gmod/bam - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## [3.0.3](https://github.com/GMOD/bam-js/compare/v3.0.0...v3.0.3) (2024-11-11)
## [3.0.2](https://github.com/GMOD/bam-js/compare/v3.0.0...v3.0.2) (2024-11-11)

@@ -2,0 +6,0 @@

2

dist/bai.js

@@ -175,3 +175,3 @@ "use strict";

for (const binChunk of binChunks) {
chunks.push(binChunk);
chunks.push(new chunk_1.default(binChunk.minv, binChunk.maxv, bin));
}

@@ -178,0 +178,0 @@ }

@@ -157,3 +157,3 @@ import { fromBytes } from './virtualOffset';

for (const binChunk of binChunks) {
chunks.push(binChunk);
chunks.push(new Chunk(binChunk.minv, binChunk.maxv, bin));
}

@@ -160,0 +160,0 @@ }

{
"name": "@gmod/bam",
"version": "3.0.2",
"version": "3.0.3",
"description": "Parser for BAM and BAM index (bai) files",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -192,3 +192,3 @@ import VirtualOffset, { fromBytes } from './virtualOffset'

for (const binChunk of binChunks) {
chunks.push(binChunk)
chunks.push(new Chunk(binChunk.minv, binChunk.maxv, bin))
}

@@ -207,2 +207,3 @@ }

const vp = ba.linearIndex[i]
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition

@@ -209,0 +210,0 @@ if (vp && (!lowest || vp.compareTo(lowest) < 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