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.2.6 to 1.2.7

5

lib/parser.js

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

const result = this.createNode(kind);
if (isIdentifier(result.kind)) {
if (isIdentifierNode(result)) {
switch (result.kind) {

@@ -312,4 +312,3 @@ case types_1.SyntaxKind.QuotedTextIdentifier: {

const values = this.createNodeArray([literal], result.pos, result.pos);
const a = result;
a.values = values;
result.values = values;
break;

@@ -316,0 +315,0 @@ }

8

package.json
{
"name": "dot-language-support",
"version": "1.2.6",
"version": "1.2.7",
"description": "Parser and language service for graphviz (dot) files",

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

"devDependencies": {
"@types/chai": "^4.1.5",
"@types/chai": "^4.1.6",
"@types/mocha": "^5.2.5",
"chai": "^4.1.2",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"ts-node": "^7.0.1",
"typescript": "^3.0.3",
"typescript": "^3.1.3",
"vscode-languageserver": "^5.1.0"

@@ -39,0 +39,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