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

dot-language-support

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dot-language-support - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

lib/cjs/service/hover.js

@@ -45,3 +45,3 @@ "use strict";

const labelMentions = nodeIdentifierRefs.map(e => { var _a, _b, _c; return (_c = (_b = (_a = e.symbol) === null || _a === void 0 ? void 0 : _a.members) === null || _b === void 0 ? void 0 : _b.get("label")) === null || _c === void 0 ? void 0 : _c.firstMention.parent; });
for (let i = labelMentions.length; i > 0; i--) {
for (let i = labelMentions.length; i >= 0; i--) {
const s = labelMentions[i];

@@ -48,0 +48,0 @@ if (s === null || s === void 0 ? void 0 : s.rightId) {

@@ -40,3 +40,3 @@ import { SyntaxKind } from "../types.js";

const labelMentions = nodeIdentifierRefs.map(e => e.symbol?.members?.get("label")?.firstMention.parent);
for (let i = labelMentions.length; i > 0; i--) {
for (let i = labelMentions.length; i >= 0; i--) {
const s = labelMentions[i];

@@ -43,0 +43,0 @@ if (s?.rightId) {

{
"name": "dot-language-support",
"version": "2.1.0",
"version": "2.1.1",
"description": "Parser and language service for graphviz (dot) files",

@@ -5,0 +5,0 @@ "author": "Niklas Mollenhauer",

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