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

unipept-heatmap

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unipept-heatmap - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

dts-bundle.config.json

2

examples/heatmap.ts
import {Heatmap} from "../src/heatmap/heatmap";
import * as d3 from "d3";
import {HeatmapElement} from "../src/heatmap/typings";
import {HeatmapElement} from "../src/heatmap/input";

@@ -5,0 +5,0 @@ d3.csv('data/dendrogram.csv')

{
"name": "unipept-heatmap",
"version": "1.0.7",
"version": "1.0.8",
"description": "HeatMap built for the Unipept project. See http://unipept.ugent.be for more information. This HeatMap supports UPGMA-clustering and MOLO-reordering.",
"main": "dist/bundle.js",
"typings": "index.d.ts",
"typings": "dist/index.d.ts",
"dependencies": {

@@ -26,3 +26,3 @@ "d3": "^5.7.0"

"test": "jest",
"build": "webpack"
"build": "webpack && dts-bundle --configJson dts-bundle.config.json"
},

@@ -29,0 +29,0 @@ "repository": {

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

import {HeatmapElement, HeatmapValue} from "../heatmap/typings";
import {HeatmapElement, HeatmapValue} from "../heatmap/input";
import ClusterElement from "./clusterElement";

@@ -3,0 +3,0 @@

@@ -7,3 +7,3 @@ import * as d3 from "d3";

import TreeNode from "../cluster/treeNode";
import {HeatmapData, HeatmapElement, HeatmapValue} from "./typings";
import {HeatmapData, HeatmapElement, HeatmapValue} from "./input";
import Reorderer from "../reorder/reorderer";

@@ -10,0 +10,0 @@ import MoloReorderer from "../reorder/moloReorderer";

import Settings from "../settings";
import {HeatmapElement, HeatmapValue} from "./typings";
import {HeatmapElement, HeatmapValue} from "./input";

@@ -4,0 +4,0 @@ export default class HeatmapSettings extends Settings {

@@ -12,4 +12,4 @@ {

"declaration": true,
"types": ["jest", "jquery", "d3"]
"types": ["jest", "d3"]
}
}
const path = require('path');
module.exports = {
entry: './src/index.js',
entry: path.join(__dirname, '/src/index.ts'),
devtool: 'inline-source-map',

@@ -6,0 +6,0 @@ module: {

Sorry, the diff of this file is too big to display

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