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

genomediff

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

genomediff - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

6

dist/gd.js

@@ -13,8 +13,8 @@ var parser_1 = require('./parser');

GenomeDiff.prototype[Symbol.iterator] = function () {
var items = new Array(this.length);
var items = [];
var props = Object.keys(this);
for (var _i = 0; _i < props.length; _i++) {
var property = props[_i];
if (property !== 'metadata' && property !== 'mutations' && property !== 'evidence' && property !== 'validation') {
items[property] = this[property];
if (property !== 'metadata' && property !== 'mutations' && property !== 'evidence' && property !== 'validation' && property !== 'length') {
items.push(this[property]);
}

@@ -21,0 +21,0 @@ }

{
"name": "genomediff",
"version": "1.1.3",
"version": "1.1.4",
"description": "Parses strings from files in the GenomeDiff format generated by the breseq variant caller for haploid microbial organisms.",

@@ -5,0 +5,0 @@ "keywords": [

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