🚀 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.28

12

package.json
{
"name": "@microsoft/powerquery-parser",
"version": "0.1.26",
"version": "0.1.28",
"description": "A parser for the Power Query/M formula language.",

@@ -46,3 +46,4 @@ "main": "lib/index.js",

"build": "node_modules\\.bin\\tsc",
"test": "mocha --reporter mocha-multi-reporters --reporter-options configFile=src/test/mochaConfig.json -r ts-node/register src/test/**/*.ts"
"test": "mocha --reporter mocha-multi-reporters --reporter-options configFile=src/test/mochaConfig.json -r ts-node/register src/test/**/*.ts",
"check": "node_modules\\.bin\\prettier --config \".prettierrc\" --list-different src\\**\\*.ts"
},

@@ -53,9 +54,2 @@ "repository": {

},
"prettier": {
"trailingComma": "all",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"printWidth": 120
},
"author": "Microsoft",

@@ -62,0 +56,0 @@ "license": "MIT",