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

node-sql-parser

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sql-parser - npm Package Compare versions

Comparing version 1.6.1 to 1.6.2

5

package.json
{
"name": "node-sql-parser",
"version": "1.6.1",
"version": "1.6.2",
"description": "simple node sql parser",

@@ -42,3 +42,3 @@ "main": "index.js",

"engines": {
"node": ">=10"
"node": ">=8"
},

@@ -66,4 +66,5 @@ "devDependencies": {

"dependencies": {
"big-integer": "^1.6.45",
"has": "^1.0.3"
}
}

2

README.md

@@ -56,3 +56,3 @@ # Nodejs SQL Parser

const parser = new Parser();
const ast = parser.astify('SELECT * FROM t');
const ast = parser.astify('SELECT * FROM t'); // mysql sql grammer parsed by default

@@ -59,0 +59,0 @@ console.log(ast);

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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