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.3 to 2.0.5

10

package.json
{
"name": "clustal-js",
"version": "2.0.3",
"version": "2.0.5",
"main": "dist/index.js",

@@ -14,3 +14,2 @@ "module": "esm/index.js",

"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",

@@ -21,12 +20,11 @@ "@typescript-eslint/eslint-plugin": "^8.1.0",

"eslint-plugin-unicorn": "^55.0.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.4",
"typescript": "^5.3.3",
"typescript-eslint": "^8.1.0"
"typescript-eslint": "^8.1.0",
"vitest": "^2.0.5"
},
"scripts": {
"clean": "rimraf dist esm",
"test": "jest",
"test": "vitest run",
"lint": "eslint --report-unused-disable-directives --max-warnings 0",

@@ -33,0 +31,0 @@ "build": "npm run build:esm && npm run build:es5",

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

[![NPM version](https://img.shields.io/npm/v/@gmod/bam.svg?style=flat-square)](https://npmjs.org/package/@gmod/bam)
[![NPM version](https://img.shields.io/npm/v/clustal-js.svg?style=flat-square)](https://npmjs.org/package/clustal-js)
[![Build Status](https://img.shields.io/github/actions/workflow/status/cmdcolin/clustal-js/push.yml?branch=master)](https://github.com/cmdcolin/clustal-js/actions?query=branch%3Amaster+workflow%3APush+)

@@ -6,3 +6,4 @@

This parses clustal output format
This parses CLUSTAL (multiple sequence aligner) output format files (sometimes
called .aln)

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

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