🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@microsoft/powerquery-parser

Package Overview
Dependencies
Maintainers
3
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/powerquery-parser - npm Package Compare versions

Comparing version

to
0.1.31

4

lib/inspection/position.js

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

else {
return position.lineCodeUnit <= tokenPositionStart.codeUnit;
return position.lineCodeUnit <= tokenPositionStart.lineCodeUnit;
}

@@ -98,3 +98,3 @@ }

else {
return position.lineCodeUnit > tokenPositionEnd.codeUnit;
return position.lineCodeUnit > tokenPositionEnd.lineCodeUnit;
}

@@ -101,0 +101,0 @@ }

{
"name": "@microsoft/powerquery-parser",
"version": "0.1.30",
"version": "0.1.31",
"description": "A parser for the Power Query/M formula language.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet