New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flora-sql-parser

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flora-sql-parser - npm Package Compare versions

Comparing version 0.9.3 to 0.9.4

25

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc