sql-autocomplete-parsers
Advanced tools
Comparing version 1.11.0 to 1.12.0
# Changelog | ||
## [1.12.0](https://github.com/gravity-ui/sql-autocomplete-parsers/compare/v1.11.0...v1.12.0) (2023-07-14) | ||
### Features | ||
* remove debug field from Parser.parseSql ([#51](https://github.com/gravity-ui/sql-autocomplete-parsers/issues/51)) ([304cc96](https://github.com/gravity-ui/sql-autocomplete-parsers/commit/304cc96ed052652b7f939b31d6cac86d517cba7a)) | ||
## [1.11.0](https://github.com/gravity-ui/sql-autocomplete-parsers/compare/v1.10.0...v1.11.0) (2023-07-11) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "sql-autocomplete-parsers", | ||
"version": "1.11.0", | ||
"version": "1.12.0", | ||
"description": "A library that provides autocompletion and errors highlighting for various sql dialects", | ||
@@ -12,7 +12,21 @@ "repository": { | ||
"engines": { | ||
"node": ">=0.10.0" | ||
"node": ">=14.0" | ||
}, | ||
"files": [ | ||
"src/*" | ||
"dist/*" | ||
], | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
"prepare": "husky install", | ||
"postinstall": "cd src/generator && npm install", | ||
"test": "npm run generate && npm run test_without_generate", | ||
"test_without_generate": "jest src/parsing", | ||
"generate": "cd src/generator && node main.js generic", | ||
"lint": "npm run prettier -- --check", | ||
"fix": "npm run prettier -- --write", | ||
"prettier": "prettier \"**/*.{md,yaml,yml,json}\"", | ||
"build": "rimraf dist && tsc -p src/parsing", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"devDependencies": { | ||
@@ -24,19 +38,11 @@ "@babel/preset-env": "7.14.4", | ||
"@gravity-ui/prettier-config": "^1.0.1", | ||
"@gravity-ui/tsconfig": "^1.0.0", | ||
"@types/jest": "27.0.2", | ||
"husky": "^8.0.3", | ||
"jest": "^29.5.0", | ||
"nano-staged": "^0.8.0", | ||
"jest": "^29.5.0", | ||
"prettier": "^2.8.4", | ||
"typescript": "4.3.2" | ||
"rimraf": "^5.0.1", | ||
"typescript": "5.1.6" | ||
}, | ||
"scripts": { | ||
"prepare": "husky install", | ||
"postinstall": "cd src/generator && npm install", | ||
"test": "npm run generate && npm run test_without_generate", | ||
"test_without_generate": "jest src/parsing", | ||
"generate": "cd src/generator && node main.js generic", | ||
"lint": "npm run prettier -- --check", | ||
"fix": "npm run prettier -- --write", | ||
"prettier": "prettier \"**/*.{md,yaml,yml,json}\"" | ||
}, | ||
"nano-staged": { | ||
@@ -43,0 +49,0 @@ "*.{md,yaml,yml,json}": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 2 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
0
100
0
1
1648265
13
17
6993