flora-sql-parser
Advanced tools
Comparing version 0.9.3 to 0.9.4
{ | ||
"name": "flora-sql-parser", | ||
"version": "0.9.3", | ||
"version": "0.9.4", | ||
"description": "Parse SQL (select) statements into abstract syntax tree (AST) and convert ASTs back to SQL.", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "mkdir -p build && pegjs -o build/pegjs-parser.js sql.pegjs", | ||
"test": "npm run lint && mocha", | ||
"lint": "npm run build && eslint .", | ||
"prepublishOnly": "npm run build" | ||
"build": "node -e \"parseInt(process.versions.node, 10) >= 10 ? require('fs').mkdirSync('build', { recursive: true }) : process.exit(1);\" && pegjs -o build/pegjs-parser.js sql.pegjs", | ||
"pretest": "npm run build", | ||
"test": "mocha", | ||
"lint": "eslint .", | ||
"prepack": "npm run build" | ||
}, | ||
@@ -47,6 +48,6 @@ "pre-commit": "test", | ||
"engines": { | ||
"node": ">=8" | ||
"node": ">=10" | ||
}, | ||
"dependencies": { | ||
"flora-errors": "^0.9.1", | ||
"flora-errors": "^2.0.0", | ||
"has": "^1.0.3" | ||
@@ -56,12 +57,12 @@ }, | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.6", | ||
"@types/mocha": "^5.2.7", | ||
"chai": "^4.2.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-prettier": "^4.1.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"eslint": "^6.0.1", | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"mocha": "^6.1.4", | ||
"pegjs": "^0.10.0", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^1.17.0" | ||
"prettier": "^1.18.2" | ||
} | ||
} |
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
320223
0
+ Addedflora-errors@2.1.0(transitive)
- Removedflora-errors@0.9.1(transitive)
Updatedflora-errors@^2.0.0