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

@gmod/faidx

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gmod/faidx - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

1

dist/index.js

@@ -41,3 +41,2 @@ "use strict";

if (this.possibleBadLine &&
this.lineNum !== undefined &&
this.possibleBadLine[0] !== this.lineNum - 1) {

@@ -44,0 +43,0 @@ done(new Error(this.possibleBadLine[1]));

2

package.json
{
"name": "@gmod/faidx",
"version": "1.0.5",
"version": "1.0.6",
"description": "create indexed fasta files",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -27,3 +27,2 @@ import split2 from 'split2'

this.possibleBadLine &&
this.lineNum !== undefined &&
this.possibleBadLine[0] !== this.lineNum - 1

@@ -30,0 +29,0 @@ ) {

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