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.1.12 to 1.1.13

4

lib/service/completion.js

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

}
function getColorCompletions() {
function getShapeCompletions() {
const kind = lst.CompletionItemKind.EnumMember;

@@ -88,3 +88,3 @@ return languageFacts.shapes.map(s => ({

}
function getShapeCompletions() {
function getColorCompletions() {
const kind = lst.CompletionItemKind.Color;

@@ -91,0 +91,0 @@ const colors = languageFacts.colors;

{
"name": "dot-language-support",
"version": "1.1.12",
"version": "1.1.13",
"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