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

clustal-js

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clustal-js - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

3

dist/index.d.ts

@@ -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

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