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.0 to 1.1.1

23

dist/gd.js

@@ -18,13 +18,12 @@ var __extends = (this && this.__extends) || function (d, b) {

// Note that this only works in the browser
GenomeDiff.prototype[Symbol.iterator] = function () {
var obj = {};
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') {
obj[property] = this[property];
}
}
return obj;
};
// [Symbol.iterator]() {
// let obj = {};
// var props = Object.keys(this);
// for (let property of props) {
// if (property !== 'metadata' && property !== 'mutations' && property !== 'evidence' && property !== 'validation') {
// obj[property] = this[property];
// }
// }
// return obj;
// }
GenomeDiff.prototype.parents = function (id) {

@@ -67,4 +66,4 @@ var _this = this;

return GenomeDiff;
})(Object);
})(Array);
exports.GenomeDiff = GenomeDiff;
//# sourceMappingURL=gd.js.map
{
"name": "genomediff",
"version": "1.1.0",
"version": "1.1.1",
"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