Socket
Socket
Sign inDemoInstall

sql-parser

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-parser - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

.npmignore

1

index.js

@@ -1,2 +0,1 @@

require('coffee-script')
sql = require('./lib/sql_parser')

@@ -3,0 +2,0 @@

{
"name": "sql-parser",
"description": "Lexer and Parser for SQL Syntax",
"version": "0.3.0",
"version": "0.4.0",
"author": {

@@ -13,6 +13,6 @@ "name": "Andy Kent",

"dependencies": {
"coffee-script": "1.1.3",
"jison": "https://github.com/pvwoods/jison/tarball/master"
},
"devDependencies": {
"jison": "https://github.com/pvwoods/jison/tarball/master",
"coffee-script": "1.2.0",
"mocha" : "0.3.2",

@@ -19,0 +19,0 @@ "should" : "0.3.2"

@@ -39,2 +39,7 @@ SQL Parser

Credits
-------
A lot of the boilerplate and compilation code in this project is borrowed from the CoffeeScript project as it was the best example of a project using JISON that I could find. Thanks.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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