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.3 to 1.1.4

1

lib/parser.js

@@ -689,2 +689,3 @@ "use strict";

return kind === types_1.SyntaxKind.HtmlIdentifier
|| kind === types_1.SyntaxKind.NumericIdentifier
|| kind === types_1.SyntaxKind.TextIdentifier

@@ -691,0 +692,0 @@ || kind === types_1.SyntaxKind.QuotedTextIdentifier;

3

lib/scanner.js

@@ -5,2 +5,3 @@ "use strict";

const types_1 = require("./types");
const util_1 = require("./service/util");
const textToToken = core_1.createMapFromTemplate({

@@ -483,3 +484,3 @@ "digraph": types_1.SyntaxKind.DigraphKeyword,

|| 48 <= ch && ch <= 57;
default: throw "Invalid id type: " + idType;
default: return util_1.assertNever(idType);
}

@@ -486,0 +487,0 @@ }

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