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

simple-sql-parser

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-sql-parser - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "simple-sql-parser",
"description": "Javascript library to parse CRUD (Create Retrieve Update Delete) SQL queries.",
"version": "1.0.0",
"version": "1.0.1",
"main": "simpleSqlParser.js",

@@ -6,0 +6,0 @@ "keywords": [

@@ -18,6 +18,8 @@ simpleSqlParser

Install the module from [npm](https://npmjs.org/package/simple-sql-parser) using `npm i simple-sql-parser --save`.
Import the JS module in your app:
```js
var simpleSqlParser = require('./simpleSqlParser.js');
var simpleSqlParser = require('simple-sql-parser');
```

@@ -49,2 +51,3 @@

simpleSqlParser only supports these queries:
* SELECT

@@ -59,4 +62,13 @@ * INSERT

*simpleSqlParser was made for @GestionAIR*
## How to install dev tools
If you want to contribute, please write tests and respect the coding style.
To install dev tools:
- install Node.js (http://nodejs.org/)
- install **grunt-cli** globally: `npm i -g grunt-cli`
- install dev dependencies: `npm i`
- use `grunt` to check your code!
## License

@@ -63,0 +75,0 @@

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