Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@florajs/sql-parser

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@florajs/sql-parser - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

28

package.json
{
"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"
}
}
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