Socket
Socket
Sign inDemoInstall

node-querybuilder

Package Overview
Dependencies
12
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

32

HISTORY.md

@@ -7,2 +7,30 @@ # Changes

## v1.1.1 (2018-05-25)
* Updated package.json to always use the latest version of mysql 2.x
## v1.1.0 (2018-02-20)
* Fixed a bug where you could not insert with leading zeros. #20
## v1.0.3 (2017-08-22)
* Fixed a bug in how it's checking for valid connection types. Also updated tests to allow for an empty driver string in QueryBuilder constructor (defaults to 'mysql').
## v1.0.2 (2017-08-22)
* Fixed a bug dealing with the default 'driver' param value in the QueryBuilder contructor
## v1.0.1 (2017-08-10)
* Fixed a bug where non-strings or non-array-of-strings could be passed to the method and cause issues
## v1.0.0 (2017-07-26)
* Updated codebase to ES6
## v0.15.0 (2017-04-27)
* Fixed and documented the escape property of the `join` method.
## v0.9.0 (2015-02-05)

@@ -40,5 +68,1 @@

* Added `truncate()` and `empty_table()` methods.
## v0.15.0 (2017-04-27)
* Fixed and documented the escape property of the `join` method.

4

package.json
{
"name": "node-querybuilder",
"version": "1.1.0",
"version": "1.1.1",
"author": "Kyle Farris <kyle@chomponllc.com>",

@@ -22,3 +22,3 @@ "description": "Modeled after Codeigniter's QueryBuilder. Build and execute queries in a safe and database-agnostic way.",

"lodash.assign": "^4.0.7",
"mysql": "2.10.*"
"mysql": "^2.10.1"
},

@@ -25,0 +25,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc