clustal-js
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -12,3 +12,3 @@ export declare function parseClustalIter(arr: Iterator<string>): { | ||
}; | ||
interface Row { | ||
export interface Row { | ||
id: string; | ||
@@ -36,2 +36,1 @@ seq: string; | ||
}; | ||
export {}; |
@@ -12,3 +12,3 @@ export declare function parseClustalIter(arr: Iterator<string>): { | ||
}; | ||
interface Row { | ||
export interface Row { | ||
id: string; | ||
@@ -36,2 +36,1 @@ seq: string; | ||
}; | ||
export {}; |
{ | ||
"name": "clustal-js", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "esm/index.js", |
@@ -27,3 +27,3 @@ import { parsePairwiseBlocks } from './pairwise' | ||
interface Row { | ||
export interface Row { | ||
id: string | ||
@@ -30,0 +30,0 @@ seq: string |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
42805
656