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

@gmod/bam

Package Overview
Dependencies
Maintainers
5
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 1.1.7 to 1.1.8

10

CHANGELOG.md

@@ -0,6 +1,12 @@

<a name="1.1.8"></a>
## [1.1.8](https://github.com/GMOD/bam-js/compare/v1.1.7...v1.1.8) (2021-05-21)
- Fix types for yieldThreadTime
<a name="1.1.7"></a>
## [1.1.7](https://github.com/GMOD/bam-js/compare/v1.1.6...v1.1.7) (2021-05-21)
- New param yieldThreadTime to constructor to yield while processing

@@ -7,0 +13,0 @@

2

dist/bamFile.d.ts

@@ -39,3 +39,3 @@ /// <reference types="node" />

renameRefSeqs?: (a: string) => string;
yieldThreadTime: number;
yieldThreadTime?: number;
});

@@ -42,0 +42,0 @@ getHeader(origOpts?: AbortSignal | BaseOpts): Promise<{

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

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

Sorry, the diff of this file is too big to display

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