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.0.24 to 1.0.25

14

CHANGELOG.md

@@ -0,6 +1,20 @@

<a name="1.0.25"></a>
## [1.0.25](https://github.com/GMOD/bam-js/compare/v1.0.24...v1.0.25) (2019-09-29)
- Fixed some typescript typings
<a name="1.0.24"></a>
## [1.0.24](https://github.com/GMOD/bam-js/compare/v1.0.22...v1.0.24) (2019-09-27)
- Added typescript typings
<a name="1.0.23"></a>
## [1.0.22](https://github.com/GMOD/bam-js/compare/v1.0.20...v1.0.22) (2019-09-27)
- Added typescript typings
- Botched release, was removed from npm
<a name="1.0.22"></a>

@@ -7,0 +21,0 @@ ## [1.0.22](https://github.com/GMOD/bam-js/compare/v1.0.20...v1.0.22) (2019-09-03)

30

dist/bamFile.d.ts

@@ -7,5 +7,5 @@ /// <reference types="node" />

interface BamOpts {
viewAsPairs: boolean;
pairAcrossChr: boolean;
maxInsertSize: number;
viewAsPairs?: boolean;
pairAcrossChr?: boolean;
maxInsertSize?: number;
signal?: AbortSignal;

@@ -31,14 +31,14 @@ }

constructor({ bamFilehandle, bamPath, bamUrl, baiPath, baiFilehandle, baiUrl, csiPath, csiFilehandle, csiUrl, cacheSize, fetchSizeLimit, chunkSizeLimit, renameRefSeqs, }: {
bamFilehandle: G;
bamPath: string;
bamUrl: string;
baiPath: string;
baiFilehandle: G;
baiUrl: string;
csiPath: string;
csiFilehandle: G;
csiUrl: string;
cacheSize: number;
fetchSizeLimit: number;
chunkSizeLimit: number;
bamFilehandle?: G;
bamPath?: string;
bamUrl?: string;
baiPath?: string;
baiFilehandle?: G;
baiUrl?: string;
csiPath?: string;
csiFilehandle?: G;
csiUrl?: string;
cacheSize?: number;
fetchSizeLimit?: number;
chunkSizeLimit?: number;
renameRefSeqs?: (a: string) => string;

@@ -45,0 +45,0 @@ });

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

@@ -53,3 +53,3 @@ "license": "MIT",

"pako": "^1.0.10",
"quick-lru": "2"
"quick-lru": "^2.0.0"
},

@@ -56,0 +56,0 @@ "devDependencies": {

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