🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
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.9.4

2

lib/powerquery-parser/parser/nodeIdMap/nodeIdMapIterator.js

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

_1.XorNodeUtils.assertIsRecordType(recordType);
const maybeFields = _1.NodeIdMapUtils.maybeNthChildChecked(nodeIdMapCollection, recordType.node.id, 1, "FieldSpecificationList" /* FieldSpecificationList */);
const maybeFields = _1.NodeIdMapUtils.maybeNthChildChecked(nodeIdMapCollection, recordType.node.id, 0, "FieldSpecificationList" /* FieldSpecificationList */);
if (maybeFields === undefined) {

@@ -211,0 +211,0 @@ return [];

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

@@ -5,0 +5,0 @@ "author": "Microsoft",