@nightingale-elements/nightingale-track
Advanced tools
Comparing version 4.0.24-alpha.0 to 4.2.1
@@ -60,3 +60,3 @@ import { Selection } from "d3"; | ||
firstUpdated(): void; | ||
render(): import("lit").TemplateResult<1>; | ||
render(): import("lit-html").TemplateResult<1>; | ||
} | ||
@@ -63,0 +63,0 @@ export default NightingaleTrack; |
{ | ||
"name": "@nightingale-elements/nightingale-track", | ||
"version": "4.0.24-alpha.0", | ||
"version": "4.2.1", | ||
"description": "Basic track type of the viewer.", | ||
@@ -35,7 +35,7 @@ "files": [ | ||
"dependencies": { | ||
"@nightingale-elements/nightingale-new-core": "^4.0.24-alpha.0", | ||
"d3": "7.8.2", | ||
"@nightingale-elements/nightingale-new-core": "^4.2.1", | ||
"d3": "7.8.3", | ||
"lodash-es": "^4.17.15" | ||
}, | ||
"gitHead": "7935a53b6f7736d5a9d4fd12d2f01612d6b9a93f" | ||
"gitHead": "71255c4be99b827e2b28c8c06ae2021185438b75" | ||
} |
@@ -302,3 +302,3 @@ import { select, Selection } from "d3"; | ||
) | ||
.attr("fill", (f) => this.getFeatureFillColor(f)) | ||
.style("fill", (f) => this.getFeatureFillColor(f)) | ||
.attr("stroke", (f) => this.getFeatureColor(f)) | ||
@@ -329,3 +329,3 @@ .style("fill-opacity", ({ feature }) => | ||
) | ||
.attr("fill", "transparent") | ||
.style("fill", "transparent") | ||
.attr("stroke", "transparent") | ||
@@ -332,0 +332,0 @@ .call(bindEvents, this); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27
0
398912
1920
1