@florajs/sql-parser
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "@florajs/sql-parser", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Parse SQL (select) statements into abstract syntax tree (AST) and convert ASTs back to SQL.", | ||
@@ -22,4 +22,4 @@ "main": "index.js", | ||
"author": { | ||
"name": "BörseGo AG", | ||
"email": "it@boerse-go.de" | ||
"name": "stock3 AG", | ||
"email": "it@stock3.com" | ||
}, | ||
@@ -29,11 +29,11 @@ "contributors": [ | ||
"name": "Marco Baumgartl", | ||
"email": "marco.baumgartl@boerse-go.de" | ||
"email": "marco.baumgartl@stock3.com" | ||
}, | ||
{ | ||
"name": "Nico Kaiser", | ||
"email": "nico.kaiser@boerse-go.de" | ||
"email": "nico.kaiser@stock3.com" | ||
}, | ||
{ | ||
"name": "Mark Plomer", | ||
"email": "mark.plomer@boerse-go.de" | ||
"email": "mark.plomer@stock3.com" | ||
} | ||
@@ -50,18 +50,18 @@ ], | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=16" | ||
}, | ||
"dependencies": { | ||
"@florajs/errors": "^3.0.0", | ||
"@florajs/errors": "^4.0.0", | ||
"has": "^1.0.3" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.3.4", | ||
"eslint": "^8.6.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"mocha": "^9.1.3", | ||
"chai": "^4.3.7", | ||
"eslint": "^8.46.0", | ||
"eslint-config-prettier": "^8.10.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"mocha": "^10.2.0", | ||
"pegjs": "^0.10.0", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^2.5.1" | ||
"prettier": "^3.0.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
346146
+ Added@florajs/errors@4.0.0(transitive)
- Removed@florajs/errors@3.0.0(transitive)
Updated@florajs/errors@^4.0.0