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

@nightingale-elements/nightingale-track

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nightingale-elements/nightingale-track - npm Package Compare versions

Comparing version 4.0.24-alpha.0 to 4.2.1

dist/assets/asset-01ba4719

2

dist/nightingale-track.d.ts

@@ -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

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