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

@gmod/bbi

Package Overview
Dependencies
Maintainers
0
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gmod/bbi - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

4

CHANGELOG.md

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

## [4.0.6](https://github.com/GMOD/bbi-js/compare/v4.0.5...v4.0.6) (2024-07-23)
## [4.0.5](https://github.com/GMOD/bbi-js/compare/v4.0.4...v4.0.5) (2024-06-19)

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

2

dist/bigbed.d.ts

@@ -1,2 +0,2 @@

import AbortablePromiseCache from 'abortable-promise-cache';
import AbortablePromiseCache from '@gmod/abortable-promise-cache';
import { BBI, Feature, RequestOptions } from './bbi';

@@ -3,0 +3,0 @@ interface Index {

@@ -26,3 +26,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.BigBed = exports.filterUndef = void 0;
exports.BigBed = void 0;
exports.filterUndef = filterUndef;
const buffer_1 = require("buffer");

@@ -32,3 +33,3 @@ const binary_parser_1 = require("binary-parser");

const operators_1 = require("rxjs/operators");
const abortable_promise_cache_1 = __importDefault(require("abortable-promise-cache"));
const abortable_promise_cache_1 = __importDefault(require("@gmod/abortable-promise-cache"));
const quick_lru_1 = __importDefault(require("quick-lru"));

@@ -39,3 +40,2 @@ const bbi_1 = require("./bbi");

}
exports.filterUndef = filterUndef;
class BigBed extends bbi_1.BBI {

@@ -42,0 +42,0 @@ constructor() {

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.setBigUint64 = exports.setBigInt64 = exports.getBigUint64 = exports.getBigInt64 = void 0;
exports.getBigInt64 = getBigInt64;
exports.getBigUint64 = getBigUint64;
exports.setBigInt64 = setBigInt64;
exports.setBigUint64 = setBigUint64;
const BigInt32 = BigInt(32);

@@ -14,3 +17,2 @@ function getBigInt64(dataView, byteOffset, littleEndian) {

}
exports.getBigInt64 = getBigInt64;
function getBigUint64(dataView, byteOffset, littleEndian) {

@@ -27,3 +29,2 @@ const a = dataView.getUint32(byteOffset, littleEndian);

}
exports.getBigUint64 = getBigUint64;
function setBigInt64(dataView, byteOffset, value, littleEndian) {

@@ -41,3 +42,2 @@ const hi = Number(value >> BigInt32);

}
exports.setBigInt64 = setBigInt64;
function setBigUint64(dataView, byteOffset, value, littleEndian) {

@@ -55,3 +55,2 @@ const hi = Number(value >> BigInt32);

}
exports.setBigUint64 = setBigUint64;
//# sourceMappingURL=pure.js.map

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

const binary_parser_1 = require("binary-parser");
const abortable_promise_cache_1 = __importDefault(require("abortable-promise-cache"));
const abortable_promise_cache_1 = __importDefault(require("@gmod/abortable-promise-cache"));
const quick_lru_1 = __importDefault(require("quick-lru"));

@@ -21,0 +21,0 @@ // locals

@@ -1,3 +0,2 @@

/// <reference types="node" />
import { Buffer } from 'buffer';
export declare function unzip(input: Buffer): Uint8Array;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.unzip = void 0;
exports.unzip = unzip;
const pako_1 = require("pako");

@@ -8,3 +8,2 @@ function unzip(input) {

}
exports.unzip = unzip;
//# sourceMappingURL=unzip-pako.js.map

@@ -1,2 +0,1 @@

/// <reference types="node" />
export { inflateSync as unzip } from 'zlib';

@@ -12,3 +12,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.abortBreakPoint = exports.checkAbortSignal = exports.groupBlocks = exports.AbortError = void 0;
exports.AbortError = void 0;
exports.groupBlocks = groupBlocks;
exports.checkAbortSignal = checkAbortSignal;
exports.abortBreakPoint = abortBreakPoint;
class AbortError extends Error {

@@ -49,3 +52,2 @@ constructor(message) {

}
exports.groupBlocks = groupBlocks;
/**

@@ -78,3 +80,2 @@ * Properly check if the given AbortSignal is aborted.

}
exports.checkAbortSignal = checkAbortSignal;
/**

@@ -92,3 +93,2 @@ * Skips to the next tick, then runs `checkAbortSignal`.

}
exports.abortBreakPoint = abortBreakPoint;
//# sourceMappingURL=util.js.map

@@ -1,2 +0,2 @@

import AbortablePromiseCache from 'abortable-promise-cache';
import AbortablePromiseCache from '@gmod/abortable-promise-cache';
import { BBI, Feature, RequestOptions } from './bbi';

@@ -3,0 +3,0 @@ interface Index {

@@ -5,3 +5,3 @@ import { Buffer } from 'buffer';

import { map, reduce } from 'rxjs/operators';
import AbortablePromiseCache from 'abortable-promise-cache';
import AbortablePromiseCache from '@gmod/abortable-promise-cache';
import QuickLRU from 'quick-lru';

@@ -8,0 +8,0 @@ import { BBI } from './bbi';

import { Buffer } from 'buffer';
import { Parser } from 'binary-parser';
import AbortablePromiseCache from 'abortable-promise-cache';
import AbortablePromiseCache from '@gmod/abortable-promise-cache';
import QuickLRU from 'quick-lru';

@@ -5,0 +5,0 @@ // locals

@@ -1,3 +0,2 @@

/// <reference types="node" />
import { Buffer } from 'buffer';
export declare function unzip(input: Buffer): Uint8Array;

@@ -1,2 +0,1 @@

/// <reference types="node" />
export { inflateSync as unzip } from 'zlib';
{
"name": "@gmod/bbi",
"version": "4.0.5",
"version": "4.0.6",
"description": "Parser for BigWig/BigBed files",

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

"dependencies": {
"abortable-promise-cache": "^1.4.1",
"@gmod/abortable-promise-cache": "^2.0.0",
"binary-parser": "^2.1.0",

@@ -67,3 +67,3 @@ "generic-filehandle": "^3.0.0",

"prettier": "^3.2.5",
"rimraf": "^5.0.1",
"rimraf": "^6.0.1",
"standard-changelog": "^6.0.0",

@@ -70,0 +70,0 @@ "ts-jest": "^29.1.2",

@@ -5,3 +5,3 @@ import { Buffer } from 'buffer'

import { map, reduce } from 'rxjs/operators'
import AbortablePromiseCache from 'abortable-promise-cache'
import AbortablePromiseCache from '@gmod/abortable-promise-cache'
import QuickLRU from 'quick-lru'

@@ -8,0 +8,0 @@

import { Buffer } from 'buffer'
import { Observer } from 'rxjs'
import { Parser } from 'binary-parser'
import AbortablePromiseCache from 'abortable-promise-cache'
import AbortablePromiseCache from '@gmod/abortable-promise-cache'
import { GenericFilehandle } from 'generic-filehandle'

@@ -6,0 +6,0 @@ import QuickLRU from 'quick-lru'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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