simple-sql-parser
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
82
1
23342
4
564