🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@gmod/vcf

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gmod/vcf - npm Package Compare versions

Comparing version
7.0.7
to
7.0.8
+2
-0
dist/index.d.ts
export { Variant } from './Variant.ts';
export type { SampleData, SampleValue, Samples } from './Variant.ts';
export type { GenotypeCallback } from './processGenotypes.ts';
export type { InfoValue, MetaField, MetaMap } from './parseInfo.ts';
export { default } from './parse.ts';
export * from './parseBreakend.ts';
+1
-1

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

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,2CAAsC;AAA7B,qGAAA,OAAO,OAAA;AAGhB,uCAAoC;AAA3B,oHAAA,OAAO,OAAA;AAChB,qDAAkC"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,2CAAsC;AAA7B,qGAAA,OAAO,OAAA;AAKhB,uCAAoC;AAA3B,oHAAA,OAAO,OAAA;AAChB,qDAAkC"}
export { Variant } from './Variant.ts';
export type { SampleData, SampleValue, Samples } from './Variant.ts';
export type { GenotypeCallback } from './processGenotypes.ts';
export type { InfoValue, MetaField, MetaMap } from './parseInfo.ts';
export { default } from './parse.ts';
export * from './parseBreakend.ts';

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

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAGtC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AACpC,cAAc,oBAAoB,CAAA"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAA;AAKtC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAA;AACpC,cAAc,oBAAoB,CAAA"}
{
"name": "@gmod/vcf",
"version": "7.0.7",
"version": "7.0.8",
"description": "High performance streaming Variant Call Format (VCF) parser in pure JavaScript",

@@ -5,0 +5,0 @@ "type": "module",

@@ -6,3 +6,3 @@ # vcf-js

[![NPM version](https://img.shields.io/npm/v/@gmod/vcf.svg?logo=npm&style=flat-square)](https://npmjs.org/package/@gmod/vcf)
[![Build Status](https://img.shields.io/github/actions/workflow/status/GMOD/vcf-js/push.yml?branch=main)](https://github.com/GMOD/vcf-js/actions)
[![Build Status](https://img.shields.io/github/actions/workflow/status/GMOD/vcf-js/publish.yml?branch=main)](https://github.com/GMOD/vcf-js/actions)

@@ -9,0 +9,0 @@ ## Usage

export { Variant } from './Variant.ts'
export type { SampleData, SampleValue, Samples } from './Variant.ts'
export type { GenotypeCallback } from './processGenotypes.ts'
export type { InfoValue, MetaField, MetaMap } from './parseInfo.ts'
export { default } from './parse.ts'
export * from './parseBreakend.ts'