New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@adntro/raw-dna-dtc-parser

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adntro/raw-dna-dtc-parser - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

build/src/raw.models.d.ts

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

export declare type rawFormat = '23andme' | 'myHeritage' | 'ancestryDNA' | 'familyTreeDNA' | 'other' | 'livingDNA';
export declare type rawFormat = 'adntro' | '23andme' | 'myHeritage' | 'ancestryDNA' | 'familyTreeDNA' | 'other' | 'livingDNA';
export declare type chr = '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10' | '11' | '12' | '13' | '14' | '15' | '16' | '17' | '18' | '19' | '20' | '21' | '22' | 'X' | 'Y' | 'MT' | 'XY';

@@ -3,0 +3,0 @@ export declare type allele = 'A' | 'C' | 'G' | 'T' | 'I' | 'D';

@@ -26,2 +26,5 @@ "use strict";

}
else if (h.indexOf('adntro') > -1) {
return 'adntro';
}
else if (h.indexOf('myheritage') > -1) {

@@ -28,0 +31,0 @@ return 'myHeritage';

{
"name": "@adntro/raw-dna-dtc-parser",
"version": "0.1.0",
"version": "0.1.1",
"description": "DNA file reader (in DTC formats) and parser",

@@ -5,0 +5,0 @@ "author": "Adntro Genetics SL",

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