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 1.3.2 to 1.3.3

3

lib/checker.js

@@ -59,3 +59,4 @@ "use strict";

if (child.rhs && child.rhs.length > 0) {
allEdges.push.apply(allEdges, child.rhs);
for (const edgeRhs of child.rhs)
allEdges.push(edgeRhs);
}

@@ -62,0 +63,0 @@ }

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

newText: util_1.escapeIdentifierText(label) + "=",
}
},
}));

@@ -104,0 +104,0 @@ }

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

@@ -31,3 +31,3 @@ "author": "Niklas Mollenhauer",

"devDependencies": {
"@types/chai": "^4.1.6",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",

@@ -37,3 +37,3 @@ "chai": "^4.2.0",

"ts-node": "^7.0.1",
"typescript": "^3.1.3",
"typescript": "^3.2.1",
"vscode-languageserver": "^5.1.0"

@@ -40,0 +40,0 @@ },

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