Socket
Socket
Sign inDemoInstall

knex-on-duplicate-update

Package Overview
Dependencies
26
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

18

CHANGELOG.md

@@ -7,8 +7,22 @@ ### Changelog

#### [v2.0.1](https://github.com/felixmosh/knex-on-duplicate-update/compare/v1.1.3...v2.0.1)
#### [v2.0.2](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.0.1...v2.0.2)
- Improve value type when override object mode is used [`82e2205`](https://github.com/felixmosh/knex-on-duplicate-update/commit/82e22054e33b0eaeac873752cc625cf0993ffbed)
#### [v2.0.1](https://github.com/felixmosh/knex-on-duplicate-update/compare/v2.0.0...v2.0.1)
> 7 March 2021
- Add support for Knex 0.95 [`f00a931`](https://github.com/felixmosh/knex-on-duplicate-update/commit/f00a931276931cca16a8c50efb4d29ff9d8042bd)
- Bump dev deps [`d184507`](https://github.com/felixmosh/knex-on-duplicate-update/commit/d184507a16d9997b0d4ab32e0b6a2431c95d656d)
- Release 2.0.1 [`a57d2b2`](https://github.com/felixmosh/knex-on-duplicate-update/commit/a57d2b2bb32617de029fba081c1b1b2380cb6a64)
- Update README.md [`6669bc7`](https://github.com/felixmosh/knex-on-duplicate-update/commit/6669bc72d6f5b7622021565c7ff7277d8b91aabd)
### [v2.0.0](https://github.com/felixmosh/knex-on-duplicate-update/compare/v1.1.3...v2.0.0)
> 7 March 2021
- Add support for Knex 0.95 [`f3393d4`](https://github.com/felixmosh/knex-on-duplicate-update/commit/f3393d43dd918f42f1431a6baf8202f12126ef10)
- Bump dev deps [`d184507`](https://github.com/felixmosh/knex-on-duplicate-update/commit/d184507a16d9997b0d4ab32e0b6a2431c95d656d)
- Release 2.0.0 [`148aea9`](https://github.com/felixmosh/knex-on-duplicate-update/commit/148aea951ac96de37c0c1e1e7c4816f1aa6d06c1)
#### [v1.1.3](https://github.com/felixmosh/knex-on-duplicate-update/compare/v1.1.2...v1.1.3)

@@ -15,0 +29,0 @@

2

package.json
{
"name": "knex-on-duplicate-update",
"version": "2.0.1",
"version": "2.0.2",
"description": "Simple patcher for Knex. It adds the .onDuplicateUpdate() function to knex's query builder.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -6,3 +6,3 @@ import { Knex } from 'knex';

interface QueryBuilder {
onDuplicateUpdate(...columnNames: Array<{ [key: string]: string } | string>): Knex.QueryBuilder<any, any>;
onDuplicateUpdate(...columnNames: Array<{ [key: string]: any } | string>): Knex.QueryBuilder<any, any>;
}

@@ -9,0 +9,0 @@ }

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